From b71020496da3436c490c17a2fea4e0038e1ee9a6 Mon Sep 17 00:00:00 2001 From: Mraveux Date: Mon, 13 Jan 2025 12:16:32 +0100 Subject: [PATCH] Fix deploy-script hanging on linux --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index d4fc4e5b..4ffb9f34 100755 --- a/deploy.sh +++ b/deploy.sh @@ -295,7 +295,7 @@ while [ $i -lt $ARGS_LENGTH ]; do DEPLOY_ONLY=true unset 'ARGS[$i]' fi - ((i++)) + ((i++)) || true done # Reconstruct args array without the processed flags