We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f89af7 commit 04a5e0dCopy full SHA for 04a5e0d
install/hst-install-debian.sh
@@ -883,7 +883,7 @@ if [ "$nginx" = 'yes' ]; then
883
cp -f $hestiacp/logrotate/nginx /etc/logrotate.d/
884
echo > /etc/nginx/conf.d/hestia.conf
885
mkdir -p /var/log/nginx/domains
886
- if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes']; then
+ if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes' ]; then
887
update-rc.d php5.6-fpm defaults
888
update-rc.d php7.0-fpm defaults
889
update-rc.d php7.1-fpm defaults
0 commit comments