updated variable handling for SHOULD_PAUSE in the post-install tasks file generation.

This commit is contained in:
2026-03-09 11:36:56 +01:00
parent 218930d454
commit 8dda30a742

View File

@@ -1136,7 +1136,7 @@ EOF
section=$((section + 1)) section=$((section + 1))
fi fi
if [ "$SHOULD_PAUSE" -eq false ]; then if [ "$SHOULD_PAUSE" == false ]; then
# 3. Nginx and Dockge Pre-Configuration # 3. Nginx and Dockge Pre-Configuration
cat >> "$tasks_file" <<EOF cat >> "$tasks_file" <<EOF
@@ -1278,7 +1278,7 @@ section=$((section + 1))
# 6. Service Configurations # 6. Service Configurations
if [ "$SHOULD_PAUSE" -eq false ]; then if [ "$SHOULD_PAUSE" == false ]; then
cat >> "$tasks_file" <<EOF cat >> "$tasks_file" <<EOF
$section. CONFIGURE SERVICES $section. CONFIGURE SERVICES