Update vst-install-rhel.sh

hotfix installer
This commit is contained in:
Olexandr Loskutov 2015-12-03 22:53:01 +02:00
commit 4ede636e73

View file

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