Skip to content

Commit 437f30d

Browse files
committed
1.54.0.sh,run_update_history.sh: Disable debug output
Signed-off-by: Tobias K <[email protected]>
1 parent 42f8b2a commit 437f30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_update_history.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Backward updates mechanism
44

5-
set -ex
5+
set -e
66

77
source /usr/local/etc/library.sh
88

updates/1.54.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -ex
3+
set -e
44

55
echo "Update root login prevention method..."
66
if getent passwd "root" | grep -e '/usr/sbin/nologin'

0 commit comments

Comments
 (0)