We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c093c8 commit 3438875Copy full SHA for 3438875
install/hst-install-debian.sh
@@ -1459,9 +1459,6 @@ $HESTIA/bin/v-add-cron-hestia-autoupdate
1459
# Hestia Access Info #
1460
#----------------------------------------------------------#
1461
1462
-# Sending install notification to hestiacp.com
1463
-wget https://www.hestiacp.com/notify/?os=$os\&version=$release -O /dev/null -q
1464
-
1465
# Comparing hostname and ip
1466
host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
1467
if [ "$host_ip" = "$ip" ]; then
0 commit comments