From 01576531582ee4b0bddb9b7d5c4a1a3596e60ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Thu, 29 Dec 2022 03:14:05 +0100 Subject: [PATCH] Update install --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 584f962..502e1e0 100644 --- a/install +++ b/install @@ -97,7 +97,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in # Start unset NGINX killall nginx - useradd nginx + useradd nginx && usermod -s /bin/false nginx systemctl enable nginx systemctl daemon-reload systemctl enable nginx @@ -207,7 +207,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in # Start unset NGINX killall nginx - useradd nginx + useradd nginx && usermod -s /bin/false nginx systemctl enable nginx systemctl daemon-reload systemctl enable nginx