Browse Source

Chnage Comments And Display Messages After Give Ownership To PHP user

old-stable
Mitesh Shah 11 years ago
parent
commit
4ed1e8f62b
  1. 6
      usr/local/sbin/easyengine

6
usr/local/sbin/easyengine

@ -446,9 +446,9 @@ MYSQLINFO()
PHPUSERINFO()
{
# Nginx User
# PHP User
PHPUSER=$(grep ^user /etc/php5/fpm/pool.d/www.conf | cut -d'=' -f2 | cut -d' ' -f2) \
|| OwnError "Unable To Findout Nginx Username"
|| OwnError "Unable To Findout PHP Username"
}
NGINXRELOAD()
@ -605,7 +605,7 @@ EEWPDBSETUP()
EEPERMISSION()
{
# Call PHPUSERINFO Function For NGINX User Details
# Call PHPUSERINFO Function For PHP User Details
PHPUSERINFO
# Change Ownership

Loading…
Cancel
Save