This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user