Skip to content

Commit

Permalink
REL-0.10 Fix: Disable server status when set to disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Sep 30, 2017
1 parent 0568d82 commit fcdb23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ if [ "${_RUNTIME_MAIN_VHOST_ENABLE}" -eq "1" ]; then
run "sed -i'' 's/__ENABLE_STATUS__/yes/g' /etc/vhost-gen/main.yml"
run "sed -i'' 's|__STATUS_ALIAS__|${_RUNTIME_MAIN_VHOST_STATUS_ALIAS}|g' /etc/vhost-gen/main.yml"
else
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"
fi

# Debug creation?
Expand Down

0 comments on commit fcdb23f

Please sign in to comment.