1.54.0.sh,run_update_history.sh: Disable debug output

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2024-05-02 00:56:02 +02:00
parent 42f8b2a0ea
commit 437f30d867
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Backward updates mechanism
set -ex
set -e
source /usr/local/etc/library.sh

View File

@ -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'