Skip to content

Commit 70ba71a

Browse files
committed
Just reboot
1 parent f53370a commit 70ba71a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,10 +1949,8 @@ echo ""
19491949
if [ "$interactive" = 'yes' ]; then
19501950
echo -n " Do you want to reboot now? [Y/N] "
19511951
read reboot
1952-
1953-
if [ "$reboot" = "Y" ] || [ "$reboot" = "y" ]; then
1954-
reboot
1955-
fi
1952+
1953+
reboot
19561954
fi
19571955

19581956
# Clean-up

0 commit comments

Comments
 (0)