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:
@@ -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"
|
SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh"
|
||||||
|
|
||||||
# Run auto-updater script
|
# Run auto-updater script
|
||||||
UPDATER=$(curl -sSL $SERVER_AU | bash)
|
UPDATER=$(curl -sSL $SERVER_AU | tee /dev/tty | bash)
|
||||||
|
|
||||||
if [ $? -eq 2 ]; then
|
if [ $? -eq 2 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user