Compare commits

..

No commits in common. "d0ccf41b59cd4365639e00273a8ed937ac531264" and "76479a7733b1e1122835a1b1b0afd05a5204e6b0" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -164,7 +164,6 @@ EOF
msg_info "Starting Services"
sed -i -e 's/^pid/#pid/' -e 's/npmuser/root/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' /opt/certbot/pyvenv.cfg
systemctl enable npm &>/dev/null
systemctl start openresty
systemctl start npm

View File

@ -186,7 +186,6 @@ root
msg_info "Starting Services"
sed -i -e 's/^pid/#pid/' -e 's/npmuser/root/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' /opt/certbot/pyvenv.cfg
$STD systemctl enable --now openresty
$STD systemctl enable --now npm
msg_ok "Started Services"