Update install.sh

pull/109/head
midoks 5 years ago
parent 2e37759e35
commit 1726cfc7d6
  1. 3
      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()

Loading…
Cancel
Save