File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1836,11 +1836,11 @@ $HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on ho
18361836echo " (!) IMPORTANT: You must logout or restart the server before continuing."
18371837echo " "
18381838if [ " $interactive " = ' yes' ]; then
1839- echo -n " Do you want to logout now? [Y/N] "
1839+ echo -n " Do you want to reboot now? [Y/N] "
18401840 read resetshell
18411841
18421842 if [ " $resetshell " = " Y" ] || [ " $resetshell " = " y" ]; then
1843- exit
1843+ reboot
18441844 fi
18451845fi
18461846
Original file line number Diff line number Diff line change @@ -1755,11 +1755,11 @@ $HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on ho
17551755echo " (!) IMPORTANT: You must logout or restart the server before continuing."
17561756echo " "
17571757if [ " $interactive " = ' yes' ]; then
1758- echo -n " Do you want to logout now? [Y/N] "
1758+ echo -n " Do you want to reboot now? [Y/N] "
17591759 read resetshell
17601760
17611761 if [ " $resetshell " = " Y" ] || [ " $resetshell " = " y" ]; then
1762- exit
1762+ reboot
17631763 fi
17641764fi
17651765
You can’t perform that action at this time.
0 commit comments