Browse Source

Fix missing space.

Raphael Schneeberger 7 years ago
parent
commit
04a5e0da1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -883,7 +883,7 @@ if [ "$nginx" = 'yes' ]; then
     cp -f $hestiacp/logrotate/nginx /etc/logrotate.d/
     echo > /etc/nginx/conf.d/hestia.conf
     mkdir -p /var/log/nginx/domains
-    if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes']; then
+    if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes' ]; then
         update-rc.d php5.6-fpm defaults
         update-rc.d php7.0-fpm defaults
         update-rc.d php7.1-fpm defaults