Laudende Default seite entfernen

main
boksbc 2025-10-17 06:18:49 +02:00
parent 9c25464e1c
commit 13769db45a
1 changed files with 3 additions and 3 deletions

View File

@ -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