File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -1344,6 +1344,17 @@ fi
13441344
13451345source $hestiacp /phpmyadmin/pma.sh > /dev/null 2>&1
13461346
1347+
1348+ # ----------------------------------------------------------#
1349+ # Clear Up Files #
1350+ # ----------------------------------------------------------#
1351+
1352+ # Check and remove deb_signing.key
1353+ if [ -f deb_signing.key ]; then
1354+ rm deb_signing.key
1355+ fi
1356+
1357+
13471358# ----------------------------------------------------------#
13481359# Configure Admin User #
13491360# ----------------------------------------------------------#
@@ -1478,13 +1489,16 @@ fi
14781489
14791490# Sending notification to admin email
14801491echo -e " Congratulations, you have just successfully installed \
1492+
14811493Hestia Control Panel
14821494 https://$ip :$port
14831495 username: admin
14841496 password: $vpass
1497+
14851498We hope that you enjoy your installation of Hestia. Please \
14861499feel free to contact us anytime if you have any questions.
14871500Thank you.
1501+
14881502--
14891503Sincerely yours
14901504hestiacp.com team
Original file line number Diff line number Diff line change @@ -1407,6 +1407,16 @@ chown admin:admin $HESTIA/data/sessions
14071407$HESTIA /bin/v-add-cron-hestia-autoupdate
14081408
14091409
1410+ # ----------------------------------------------------------#
1411+ # Clear Up Files #
1412+ # ----------------------------------------------------------#
1413+
1414+ # Check and remove deb_signing.key
1415+ if [ -f deb_signing.key ]; then
1416+ rm deb_signing.key
1417+ fi
1418+
1419+
14101420# ----------------------------------------------------------#
14111421# Hestia Access Info #
14121422# ----------------------------------------------------------#
@@ -1419,13 +1429,16 @@ fi
14191429
14201430# Sending notification to admin email
14211431echo -e " Congratulations, you have just successfully installed \
1432+
14221433Hestia Control Panel
14231434 https://$ip :$port
14241435 username: admin
14251436 password: $vpass
1437+
14261438We hope that you enjoy your installation of Hestia. Please \
14271439feel free to contact us anytime if you have any questions.
14281440Thank you.
1441+
14291442--
14301443Sincerely yours
14311444hestiacp.com team
You can’t perform that action at this time.
0 commit comments