fix nginx requires sudo on Debian 11.

Commit
e91c37aba576bf63c62deae1513db905151025c5
Author
GPT-5 medium <codex@openai.com>
Author date
Committer
GPT-5 medium <codex@openai.com>
Committer date
roles/dashboard/deploy
index 6d666075..b011df4a 100755..100755
@@ -74,7 +74,7 @@
74 74 "${NGINX_GZIP_SOURCE}" \
75 75 "${NGINX_GZIP_FILE}"
76 76
77 Removed: nginx -t
77 Added: sudo nginx -t
78 78 systemctl enable --now nginx
79 79 systemctl reload nginx
80 80 }