Browse Source

Remove notification to hestia.com

Alexandros Ioannides 7 years ago
parent
commit
34388759b0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      install/hst-install-debian.sh

+ 0 - 3
install/hst-install-debian.sh

@@ -1459,9 +1459,6 @@ $HESTIA/bin/v-add-cron-hestia-autoupdate
 #                   Hestia Access Info                     #
 #----------------------------------------------------------#
 
-# Sending install notification to hestiacp.com
-wget https://www.hestiacp.com/notify/?os=$os\&version=$release -O /dev/null -q
-
 # Comparing hostname and ip
 host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
 if [ "$host_ip" = "$ip" ]; then