From dad72a1fe28c17b7360a226edc4d5358c16cfadd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 15 Jun 2024 20:53:04 +0800 Subject: [PATCH] update --- plugins/php-apt/install.sh | 4 ++-- plugins/php-yum/install.sh | 4 ++-- plugins/php/install.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index d0e810a6a..3e447feed 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/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` diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index 2da5e9e4d..6eaa9e933 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/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 action=$1 diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 16f66fbe8..7ce3a2a01 100755 --- a/plugins/php/install.sh +++ b/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 action=$1