fix reload

This commit is contained in:
CanbiZ 2026-01-16 15:09:35 +01:00
parent 640140a658
commit 90c8342640

View File

@ -230,6 +230,7 @@ EOF
rm -f /etc/nginx/sites-enabled/default
rm -f /etc/nginx/nginx.conf
ln -sf /etc/nginx/sites-available/termix.conf /etc/nginx/nginx.conf
systemctl reload nginx
msg_ok "Configured Nginx"
msg_info "Creating Service"
@ -251,7 +252,7 @@ RestartSec=5
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now termix nginx
systemctl enable -q --now termix
msg_ok "Created Service"
motd_ssh