File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1334,9 +1334,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
13341334# Vesta Access Info #
13351335# ----------------------------------------------------------#
13361336
1337- # Sending install notification to vestacp.com
1338- wget vestacp.com/notify/? $codename -O /dev/null -q
1339-
13401337# Comparing hostname and IP
13411338host_ip=$( host $servername | head -n 1 | awk ' {print $NF}' )
13421339if [ " $host_ip " = " $ip " ]; then
Original file line number Diff line number Diff line change @@ -1361,9 +1361,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
13611361# Vesta Access Info #
13621362# ----------------------------------------------------------#
13631363
1364- # Sending install notification to vestacp.com
1365- wget vestacp.com/notify/? $codename -O /dev/null -q
1366-
13671364# Comparing hostname and ip
13681365host_ip=$( host $servername | head -n 1 | awk ' {print $NF}' )
13691366if [ " $host_ip " = " $ip " ]; then
Original file line number Diff line number Diff line change @@ -1351,9 +1351,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
13511351# Vesta Access Info #
13521352# ----------------------------------------------------------#
13531353
1354- # Sending install notification to vestacp.com
1355- wget vestacp.com/notify/? $codename -O /dev/null -q
1356-
13571354# Comparing hostname and IP
13581355host_ip=$( host $servername | head -n 1 | awk ' {print $NF}' )
13591356if [ " $host_ip " = " $ip " ]; then
Original file line number Diff line number Diff line change @@ -1297,9 +1297,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
12971297# Vesta Access Info #
12981298# ----------------------------------------------------------#
12991299
1300- # Sending install notification to vestacp.com
1301- wget vestacp.com/notify/? $codename -O /dev/null -q
1302-
13031300# Comparing hostname and IP
13041301host_ip=$( host $servername | head -n 1 | awk ' {print $NF}' )
13051302if [ " $host_ip " = " $ip " ]; then
You can’t perform that action at this time.
0 commit comments