File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1222,7 +1222,7 @@ if [ "$iptables" = 'yes' ]; then
12221222fi
12231223
12241224# Get public IP
1225- pub_ip=$( curl -s https://hestiacp.com/what-is-my-ip/)
1225+ pub_ip=$( curl -s https://www. hestiacp.com/what-is-my-ip/)
12261226if [ ! -z " $pub_ip " ] && [ " $pub_ip " != " $ip " ]; then
12271227 echo " $HESTIA /bin/v-update-sys-ip" >> /etc/rc.local
12281228 $HESTIA /bin/v-change-sys-ip-nat $ip $pub_ip
@@ -1287,7 +1287,7 @@ $HESTIA/bin/v-add-cron-vesta-autoupdate
12871287# ----------------------------------------------------------#
12881288
12891289# Sending install notification to hestiacp.com
1290- wget https://hestiacp.com/notify/? os=$os \& version=$release -O /dev/null -q
1290+ wget https://www. hestiacp.com/notify/? os=$os \& version=$release -O /dev/null -q
12911291
12921292# Comparing hostname and IP
12931293host_ip=$( host $servername | head -n 1 | awk ' {print $NF}' )
You can’t perform that action at this time.
0 commit comments