Skip to content

Commit a1b3aa3

Browse files
author
Serghey Rodin
committed
No stats with distro name anymore
1 parent 1557f9b commit a1b3aa3

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

install/vst-install-amazon.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
13411338
host_ip=$(host $servername |head -n 1 |awk '{print $NF}')
13421339
if [ "$host_ip" = "$ip" ]; then

install/vst-install-debian.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
13681365
host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
13691366
if [ "$host_ip" = "$ip" ]; then

install/vst-install-rhel.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
13581355
host_ip=$(host $servername |head -n 1 |awk '{print $NF}')
13591356
if [ "$host_ip" = "$ip" ]; then

install/vst-install-ubuntu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
13041301
host_ip=$(host $servername| head -n 1 |awk '{print $NF}')
13051302
if [ "$host_ip" = "$ip" ]; then

0 commit comments

Comments
 (0)