Skip to content

Commit 0962731

Browse files
authored
Add missing notify link.
1 parent 79f1eaa commit 0962731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,9 @@ $HESTIA/bin/v-add-cron-vesta-autoupdate
13451345
# Hestia Access Info #
13461346
#----------------------------------------------------------#
13471347

1348+
# Sending install notification to hestiacp.com
1349+
wget https://www.hestiacp.com/notify/?os=$os\&version=$release -O /dev/null -q
1350+
13481351
# Comparing hostname and ip
13491352
host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
13501353
if [ "$host_ip" = "$ip" ]; then

0 commit comments

Comments
 (0)