From 4ede636e7369e309131aeb6079ddb3ccd9c6023c Mon Sep 17 00:00:00 2001 From: Olexandr Loskutov Date: Thu, 3 Dec 2015 22:53:01 +0200 Subject: [PATCH] Update vst-install-rhel.sh hotfix installer --- install/vst-install-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index a39b481ee..593043fbb 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