From 1726cfc7d6d14ac8f7179546bbb2ae07b4e8b2ff Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 28 Sep 2020 12:52:11 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index cd0645dba..b862f94b6 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -20,7 +20,8 @@ if id www &> /dev/null ;then echo "www Shell is `grep "^www:" /etc/passwd |cut -d':' -f7 `" else groupadd www - useradd -g www -s /sbin/nologin www + # useradd -g www -s /sbin/nologin www + useradd -g www -s /bin/bash www fi Install_openresty()