mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "d0ccf41b59cd4365639e00273a8ed937ac531264" and "76479a7733b1e1122835a1b1b0afd05a5204e6b0" have entirely different histories.
d0ccf41b59
...
76479a7733
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue