Restart nginx after starting photon service

This commit is contained in:
Tobias
2026-03-18 10:09:35 +01:00
committed by GitHub
parent 2fb5503959
commit 2fc9bd3e30

View File

@@ -100,6 +100,7 @@ EOF
msg_info "Starting Service"
systemctl start photon
systemctl restart nginx
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi