Add mkdir for RHEL compat
This commit is contained in:
parent
edba77ba20
commit
8c2de79410
2
setup.sh
2
setup.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user