Browse Source

Add missing notify link.

Raphael Schneeberger 7 years ago
parent
commit
09627313f8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      install/hst-install-debian.sh

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

@@ -1345,6 +1345,9 @@ $HESTIA/bin/v-add-cron-vesta-autoupdate
 #                   Hestia Access Info                     #
 #                   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
 # Comparing hostname and ip
 host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
 host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
 if [ "$host_ip" = "$ip" ]; then
 if [ "$host_ip" = "$ip" ]; then