Просмотр исходного кода

Update vst-install-rhel.sh

hotfix installer
Olexandr Loskutov 10 лет назад
Родитель
Сommit
4ede636e73
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
     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