From c4c8491768fd12f8b2edce04eaa4248655d9b6d8 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