fix: reitti start nginx (#11095)

This commit is contained in:
Tobias 2026-01-23 16:57:50 +01:00 committed by GitHub
parent 013871f692
commit 39aa152c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,9 @@ EOF
msg_info "Starting Service"
systemctl start reitti
chown -R www-data:www-data /var/cache/nginx
chmod -R 750 /var/cache/nginx
systemctl restart nginx
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi