Update install

This commit is contained in:
ƬHE ЯAW ☣
2022-12-29 03:14:05 +01:00
committed by GitHub
parent ff2e1b36f2
commit 0157653158
+2 -2
View File
@@ -97,7 +97,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
# Start # Start
unset NGINX unset NGINX
killall nginx killall nginx
useradd nginx useradd nginx && usermod -s /bin/false nginx
systemctl enable nginx systemctl enable nginx
systemctl daemon-reload systemctl daemon-reload
systemctl enable nginx systemctl enable nginx
@@ -207,7 +207,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
# Start # Start
unset NGINX unset NGINX
killall nginx killall nginx
useradd nginx useradd nginx && usermod -s /bin/false nginx
systemctl enable nginx systemctl enable nginx
systemctl daemon-reload systemctl daemon-reload
systemctl enable nginx systemctl enable nginx