Skip to content

Commit

Permalink
No stats with distro name anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghey Rodin committed Oct 17, 2018
1 parent 1557f9b commit a1b3aa3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions install/vst-install-amazon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
# Vesta Access Info #
#----------------------------------------------------------#

# Sending install notification to vestacp.com
wget vestacp.com/notify/?$codename -O /dev/null -q

# Comparing hostname and IP
host_ip=$(host $servername |head -n 1 |awk '{print $NF}')
if [ "$host_ip" = "$ip" ]; then
Expand Down
3 changes: 0 additions & 3 deletions install/vst-install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
# Vesta Access Info #
#----------------------------------------------------------#

# Sending install notification to vestacp.com
wget vestacp.com/notify/?$codename -O /dev/null -q

# Comparing hostname and ip
host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
if [ "$host_ip" = "$ip" ]; then
Expand Down
3 changes: 0 additions & 3 deletions install/vst-install-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1351,9 +1351,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
# Vesta Access Info #
#----------------------------------------------------------#

# Sending install notification to vestacp.com
wget vestacp.com/notify/?$codename -O /dev/null -q

# Comparing hostname and IP
host_ip=$(host $servername |head -n 1 |awk '{print $NF}')
if [ "$host_ip" = "$ip" ]; then
Expand Down
3 changes: 0 additions & 3 deletions install/vst-install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1297,9 +1297,6 @@ $VESTA/bin/v-add-cron-vesta-autoupdate
# Vesta Access Info #
#----------------------------------------------------------#

# Sending install notification to vestacp.com
wget vestacp.com/notify/?$codename -O /dev/null -q

# Comparing hostname and IP
host_ip=$(host $servername| head -n 1 |awk '{print $NF}')
if [ "$host_ip" = "$ip" ]; then
Expand Down

0 comments on commit a1b3aa3

Please sign in to comment.