diff --git a/docker-updater.sh b/docker-updater.sh index 1256b0a..c1db632 100644 --- a/docker-updater.sh +++ b/docker-updater.sh @@ -6,7 +6,7 @@ SERVER_FILE="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/$FILE_N SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh" # Run auto-updater script -curl -sSL $SERVER_AU | bash +curl -sSL $SERVER_AU | export FILE_NAME=$FILE_NAME bash ####################