Add missing sudo

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-12-23 04:34:03 -07:00 committed by GitHub
parent 8c2de79410
commit 1c8ea3f637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ sudo systemctl daemon-reload
# Setup nginx-create-session-ticket-keys
mkdir -p /etc/nginx/session-ticket-keys
sudo mkdir -p /etc/nginx/session-ticket-keys
if grep -q rhel /etc/os-release; then
unpriv curl -s https://raw.githubusercontent.com/TommyTran732/NGINX-Configs/main/scripts/nginx-create-session-ticket-keys-ramfs | sudo tee /usr/local/bin/nginx-create-session-ticket-keys > /dev/null