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 3438875 commit 4a5ad15Copy full SHA for 4a5ad15
install/hst-install-ubuntu.sh
@@ -1412,9 +1412,6 @@ $HESTIA/bin/v-add-cron-hestia-autoupdate
1412
# Hestia Access Info #
1413
#----------------------------------------------------------#
1414
1415
-# Sending install notification to hestiacp.com
1416
-wget https://www.hestiacp.com/notify/?os=$os\&version=$release -O /dev/null -q
1417
-
1418
# Comparing hostname and IP
1419
host_ip=$(host $servername| head -n 1 |awk '{print $NF}')
1420
if [ "$host_ip" = "$ip" ]; then
0 commit comments