attempt to fix
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
This commit is contained in:
parent
e4108b8305
commit
05c9c0396a
@ -10,7 +10,7 @@ export FILE_NAME="docker-updater.sh"
|
||||
SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh"
|
||||
|
||||
# Run auto-updater script
|
||||
UPDATER=$(curl -sSL $SERVER_AU | bash)
|
||||
UPDATER=$(curl -sSL $SERVER_AU | tee /dev/tty | bash)
|
||||
|
||||
if [ $? -eq 2 ]; then
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user