From 8dda30a742125a2e08af896294b944c5b90aa2bc Mon Sep 17 00:00:00 2001 From: SDGDen Date: Mon, 9 Mar 2026 11:36:56 +0100 Subject: [PATCH] updated variable handling for SHOULD_PAUSE in the post-install tasks file generation. --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 1d13414..69bc409 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1136,7 +1136,7 @@ EOF section=$((section + 1)) fi -if [ "$SHOULD_PAUSE" -eq false ]; then +if [ "$SHOULD_PAUSE" == false ]; then # 3. Nginx and Dockge Pre-Configuration cat >> "$tasks_file" <> "$tasks_file" <