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 6b320ec commit 1263b72Copy full SHA for 1263b72
install/hst-install-ubuntu.sh
@@ -1608,6 +1608,8 @@ if [ ! -z "$pub_ip" ] && [ "$pub_ip" != "$ip" ]; then
1608
fi
1609
echo "$HESTIA/bin/v-update-sys-ip" >> /etc/rc.local
1610
echo "exit 0" >> /etc/rc.local
1611
+ chmod +x /etc/rc.local
1612
+ systemctl enable rc-local
1613
$HESTIA/bin/v-change-sys-ip-nat $ip $pub_ip > /dev/null 2>&1
1614
ip=$pub_ip
1615
0 commit comments