Skip to content

Commit 804184d

Browse files
author
Kristan Kenney
committed
Merge branch 'fix-installer-rclocal' into installer-update-0706
2 parents cc76e96 + 5263ee6 commit 804184d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ if [ ! -z "$pub_ip" ] && [ "$pub_ip" != "$ip" ]; then
17691769
echo "$HESTIA/bin/v-update-sys-ip" >> /etc/rc.local
17701770
echo "exit 0" >> /etc/rc.local
17711771
chmod +x /etc/rc.local
1772-
systemctl enable rc-local
1772+
systemctl enable rc-local > /dev/null 2>&1
17731773
$HESTIA/bin/v-change-sys-ip-nat $ip $pub_ip > /dev/null 2>&1
17741774
ip=$pub_ip
17751775
fi

0 commit comments

Comments
 (0)