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 79f1eaa commit 0962731Copy full SHA for 0962731
install/hst-install-debian.sh
@@ -1345,6 +1345,9 @@ $HESTIA/bin/v-add-cron-vesta-autoupdate
1345
# Hestia Access Info #
1346
#----------------------------------------------------------#
1347
1348
+# Sending install notification to hestiacp.com
1349
+wget https://www.hestiacp.com/notify/?os=$os\&version=$release -O /dev/null -q
1350
+
1351
# Comparing hostname and ip
1352
host_ip=$(host $servername| head -n 1 | awk '{print $NF}')
1353
if [ "$host_ip" = "$ip" ]; then
0 commit comments