We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96de4a7 commit 54b9874Copy full SHA for 54b9874
data/docker-entrypoint.sh
@@ -451,7 +451,7 @@ if [ "${_RUNTIME_MAIN_VHOST_ENABLE}" -eq "1" ]; then
451
run "sed -i'' 's/__ENABLE_STATUS__/yes/g' /etc/vhost-gen/main.yml"
452
run "sed -i'' 's|__STATUS_ALIAS__|${_RUNTIME_MAIN_VHOST_STATUS_ALIAS}|g' /etc/vhost-gen/main.yml"
453
else
454
- run "sed -i'' 's/__ENABLE_STATUS__/yes/g' /etc/vhost-gen/main.yml"
+ run "sed -i'' 's/__ENABLE_STATUS__/no/g' /etc/vhost-gen/main.yml"
455
fi
456
457
# Debug creation?
0 commit comments