attempt to fix
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s

This commit is contained in:
Jose Henrique 2024-12-28 21:38:01 -03:00
parent e4108b8305
commit 05c9c0396a

View File

@ -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