We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40e8f5 commit ccba03eCopy full SHA for ccba03e
install/hst-install-debian.sh
@@ -1205,6 +1205,7 @@ if [ "$phpfpm" = 'yes' ]; then
1205
update-rc.d php$fpm_v-fpm defaults > /dev/null 2>&1
1206
systemctl start php$fpm_v-fpm >> $LOG
1207
check_result $? "php-fpm start failed"
1208
+ update-alternatives --set php /usr/bin/php$fpm_v > /dev/null 2>&1
1209
fi
1210
1211
install/hst-install-ubuntu.sh
@@ -1172,6 +1172,7 @@ if [ "$phpfpm" = 'yes' ]; then
1172
1173
1174
1175
1176
1177
1178
0 commit comments