diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index a39b481e..593043fb 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -876,7 +876,7 @@ fi if [ "$phpfpm" = 'yes' ]; then wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf - chkconfig nginx on + chkconfig php-fpm on service php-fpm start check_result $? "php-fpm start failed" fi