Laudende Default seite entfernen
parent
9c25464e1c
commit
13769db45a
|
|
@ -64,9 +64,9 @@ if [[ "${BASE_DOMAIN}" != "example.com" ]]; then
|
||||||
issue "${MAIL_HOSTNAME:-}"
|
issue "${MAIL_HOSTNAME:-}"
|
||||||
|
|
||||||
# Falls der Deploy-Wrapper gerade erst installiert wurde:
|
# Falls der Deploy-Wrapper gerade erst installiert wurde:
|
||||||
if [[ -x /usr/local/sbin/mw-deploy.sh ]]; then
|
# if [[ -x /usr/local/sbin/mw-deploy.sh ]]; then
|
||||||
/usr/local/sbin/mw-deploy.sh || true
|
# /usr/local/sbin/mw-deploy.sh || true
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Nginx nur neu laden, wenn aktiv
|
# Nginx nur neu laden, wenn aktiv
|
||||||
if systemctl is-active --quiet nginx; then
|
if systemctl is-active --quiet nginx; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue