diff --git a/ct/reitti.sh b/ct/reitti.sh index aad160a5d..3b52d99e4 100644 --- a/ct/reitti.sh +++ b/ct/reitti.sh @@ -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