mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update vst-install-debian.sh
This commit is contained in:
parent
1d35312597
commit
6367603158
1 changed files with 1 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ if [ "$iptables" = 'yes' ]; then
|
|||
fi
|
||||
|
||||
# Get public ip
|
||||
pub_ip=$(curl -s https://scripts.myvestacp.com/ip.php)
|
||||
pub_ip=$(curl -4 -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