浏览代码

Merge pull request #518 from alex-connor/patch-3

Update vst-install-rhel.sh
Serghey Rodin 10 年之前
父节点
当前提交
c768f01088
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/vst-install-rhel.sh

+ 1 - 1
install/vst-install-rhel.sh

@@ -876,7 +876,7 @@ fi
 
 
 if [ "$phpfpm" = 'yes' ]; then
 if [ "$phpfpm" = 'yes' ]; then
     wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf
     wget $vestacp/php-fpm/www.conf -O /etc/php-fpm.d/www.conf
-    chkconfig nginx on
+    chkconfig php-fpm on
     service php-fpm start
     service php-fpm start
     check_result $? "php-fpm start failed"
     check_result $? "php-fpm start failed"
 fi
 fi