From 437f30d8675d8b4d3a805a59c8b3e6888c386b0a Mon Sep 17 00:00:00 2001 From: Tobias K <6317548+theCalcaholic@users.noreply.github.com> Date: Thu, 2 May 2024 00:56:02 +0200 Subject: [PATCH] 1.54.0.sh,run_update_history.sh: Disable debug output Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> --- run_update_history.sh | 2 +- updates/1.54.0.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run_update_history.sh b/run_update_history.sh index df5b0bc8..4faa5c2f 100755 --- a/run_update_history.sh +++ b/run_update_history.sh @@ -2,7 +2,7 @@ # Backward updates mechanism -set -ex +set -e source /usr/local/etc/library.sh diff --git a/updates/1.54.0.sh b/updates/1.54.0.sh index d5dab9eb..5305f87a 100644 --- a/updates/1.54.0.sh +++ b/updates/1.54.0.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -ex +set -e echo "Update root login prevention method..." if getent passwd "root" | grep -e '/usr/sbin/nologin'