From 4ca034ed11449001f2ff445c0855100438715aa8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 31 Mar 2023 00:57:43 -0400 Subject: [PATCH] Update nginxproxymanager.sh prep for v2.10.2 --- ct/nginxproxymanager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index e8c5be3a..1b9c33f6 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -158,7 +158,7 @@ EOF msg_ok "Initialized Backend" msg_info "Starting Services" - sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf + sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf systemctl enable npm &>/dev/null systemctl start openresty systemctl start npm