Add mkdir for RHEL compat

This commit is contained in:
Tommy 2024-12-22 23:07:25 -07:00 committed by GitHub
parent edba77ba20
commit 8c2de79410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,8 @@ sudo systemctl daemon-reload
# Setup nginx-create-session-ticket-keys
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
else