mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
7926c9eeb0
commit
1f2fddf707
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ if [ "$iptables" = 'yes' ]; then
|
|||
fi
|
||||
|
||||
# Get public ip
|
||||
pub_ip=$(curl -s vestacp.com/what-is-my-ip/)
|
||||
pub_ip=$(curl -s https://scripts.myvestacp.com/ip.php)
|
||||
|
||||
if [ ! -z "$pub_ip" ] && [ "$pub_ip" != "$ip" ]; then
|
||||
$VESTA/bin/v-change-sys-ip-nat $ip $pub_ip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue