|
|
@@ -1934,16 +1934,17 @@ rm -f $tmpfile
|
|
|
# Add welcome message to notification panel
|
|
|
$HESTIA/bin/v-add-user-notification admin 'Welcome to Hestia Control Panel!' '<br>You are now ready to begin <a href="/add/user/">adding user accounts</a> and <a href="/add/web/">domains</a>. For help and assistance, view the <a href="https://docs.hestiacp.com/" target="_new">documentation</a> or visit our <a href="https://forum.hestiacp.com/" target="_new">user forum</a>.<br><br>Please report any bugs or issues via <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.<br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart status-icon red"></i> The Hestia Control Panel development team'
|
|
|
|
|
|
-echo "[ ! ] IMPORTANT: System will reboot"
|
|
|
-echo ""
|
|
|
-if [ "$interactive" = 'yes' ]; then
|
|
|
- echo -n " Press any key to continue!"
|
|
|
- read reboot
|
|
|
-fi
|
|
|
-
|
|
|
# Clean-up
|
|
|
# Sort final configuration file
|
|
|
sort_config_file
|
|
|
|
|
|
-reboot
|
|
|
+if [ "$interactive" = 'yes' ]; then
|
|
|
+ echo "[ ! ] IMPORTANT: System will reboot"
|
|
|
+ echo ""
|
|
|
+ echo -n " Press any key to continue!"
|
|
|
+ read reboot
|
|
|
+ reboot
|
|
|
+else
|
|
|
+ echo "[ ! ] IMPORTANT: You must logout or restart the server before continuing"
|
|
|
+fi
|
|
|
# EOF
|