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 cc76e96 commit 5263ee6Copy full SHA for 5263ee6
install/hst-install-ubuntu.sh
@@ -1769,7 +1769,7 @@ if [ ! -z "$pub_ip" ] && [ "$pub_ip" != "$ip" ]; then
1769
echo "$HESTIA/bin/v-update-sys-ip" >> /etc/rc.local
1770
echo "exit 0" >> /etc/rc.local
1771
chmod +x /etc/rc.local
1772
- systemctl enable rc-local
+ systemctl enable rc-local > /dev/null 2>&1
1773
$HESTIA/bin/v-change-sys-ip-nat $ip $pub_ip > /dev/null 2>&1
1774
ip=$pub_ip
1775
fi
0 commit comments