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

Update vst-install-rhel.sh
This commit is contained in:
Serghey Rodin 2015-12-11 20:13:17 +02:00
commit c768f01088

View file

@ -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