We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eb4c7 commit 5003c5bCopy full SHA for 5003c5b
1 file changed
install/vst-install-ubuntu.sh
@@ -870,7 +870,7 @@ fi
870
if [ "$phpfpm" = 'yes' ]; then
871
pool=$(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
872
wget $vestacp/php-fpm/www.conf -O $pool/www.conf
873
- php_fpm=$(ls /usr/sbin/php*fpm* |cut -f 4 -d /)
+ php_fpm=$(ls /etc/init.d/php*-fpm* |cut -f 4 -d /)
874
ln -s /etc/init.d/$php_fpm /etc/init.d/php-fpm > /dev/null 2>&1
875
update-rc.d $php_fpm defaults
876
service $php_fpm start
0 commit comments