Skip to content

Commit f8dd9d9

Browse files
committed
Change reboot message and reboot system after install
1 parent 29309fd commit f8dd9d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,17 +1944,16 @@ echo "@reboot root sleep 10 && /usr/local/hestia/bin/v-add-letsencrypt-host && r
19441944
# Add welcome message to notification panel
19451945
$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'
19461946

1947-
echo "[ ! ] IMPORTANT: You must logout or restart the server before continuing."
1947+
echo "[ ! ] IMPORTANT: System will reboot"
19481948
echo ""
19491949
if [ "$interactive" = 'yes' ]; then
1950-
echo -n " Do you want to reboot now? [Y/N] "
1950+
echo -n " Press any key to continue!"
19511951
read reboot
1952-
1953-
reboot
19541952
fi
19551953

19561954
# Clean-up
19571955
# Sort final configuration file
19581956
sort_config_file
19591957

1958+
reboot
19601959
# EOF

0 commit comments

Comments
 (0)