From be0443784916e0093af0fc03f7ecf86e4c53755b Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 28 Dec 2024 21:19:24 -0300 Subject: [PATCH] testing auto updater --- docker-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ####################