pull/603/head
Mr Chen 11 months ago
parent e43eff325b
commit dad72a1fe2
  1. 4
      plugins/php-apt/install.sh
  2. 4
      plugins/php-yum/install.sh
  3. 4
      plugins/php/install.sh

@ -14,8 +14,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 /bin/bash www
useradd -g www -s /sbin/nologin www
# useradd -g www -s /bin/bash www
fi
_os=`uname`

@ -14,8 +14,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 /bin/bash www
useradd -g www -s /sbin/nologin www
# useradd -g www -s /bin/bash www
fi
action=$1

@ -14,8 +14,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 /bin/bash www
useradd -g www -s /sbin/nologin www
# useradd -g www -s /bin/bash www
fi
action=$1

Loading…
Cancel
Save