mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
No stats with distro name anymore
This commit is contained in:
parent
1557f9bc8c
commit
a1b3aa3a84
4 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue