Skip to content

Commit 04a5e0d

Browse files
committed
Fix missing space.
1 parent 8f89af7 commit 04a5e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ if [ "$nginx" = 'yes' ]; then
883883
cp -f $hestiacp/logrotate/nginx /etc/logrotate.d/
884884
echo > /etc/nginx/conf.d/hestia.conf
885885
mkdir -p /var/log/nginx/domains
886-
if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes']; then
886+
if [ "$apache" = 'no' ] && [ "$multiphp" = 'yes' ]; then
887887
update-rc.d php5.6-fpm defaults
888888
update-rc.d php7.0-fpm defaults
889889
update-rc.d php7.1-fpm defaults

0 commit comments

Comments
 (0)