mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
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:
parent
42f8b2a0ea
commit
437f30d867
@ -2,7 +2,7 @@
|
||||
|
||||
# Backward updates mechanism
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
source /usr/local/etc/library.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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user