Update install.sh

This commit is contained in:
midoks 2020-09-28 12:52:11 +08:00
parent 2e37759e35
commit 1726cfc7d6
1 changed files with 2 additions and 1 deletions

View File

@ -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()