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