updated variable handling for SHOULD_PAUSE in the post-install tasks file generation.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user