|
|
@@ -1407,6 +1407,16 @@ chown admin:admin $HESTIA/data/sessions
|
|
|
$HESTIA/bin/v-add-cron-hestia-autoupdate
|
|
|
|
|
|
|
|
|
+#----------------------------------------------------------#
|
|
|
+# Clear Up Files #
|
|
|
+#----------------------------------------------------------#
|
|
|
+
|
|
|
+# Check and remove deb_signing.key
|
|
|
+if [ -f deb_signing.key ]; then
|
|
|
+ rm deb_signing.key
|
|
|
+fi
|
|
|
+
|
|
|
+
|
|
|
#----------------------------------------------------------#
|
|
|
# Hestia Access Info #
|
|
|
#----------------------------------------------------------#
|
|
|
@@ -1419,13 +1429,16 @@ fi
|
|
|
|
|
|
# Sending notification to admin email
|
|
|
echo -e "Congratulations, you have just successfully installed \
|
|
|
+
|
|
|
Hestia Control Panel
|
|
|
https://$ip:$port
|
|
|
username: admin
|
|
|
password: $vpass
|
|
|
+
|
|
|
We hope that you enjoy your installation of Hestia. Please \
|
|
|
feel free to contact us anytime if you have any questions.
|
|
|
Thank you.
|
|
|
+
|
|
|
--
|
|
|
Sincerely yours
|
|
|
hestiacp.com team
|