Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Apr 17, 2014
1 parent 635aefb commit cf5076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ task_faiend() {
# reboot/halt without prompting if FAI_FLAG reboot or halt is set
# wait for keypress if neither flag reboot nor halt is set
if [ "$flag_reboot" -eq 0 -a "$flag_halt" -eq 0 ]; then
echo "Press <RETURN> to reboot."
echo "Press <RETURN> to reboot (do not remove your removable medium yet)."
read
else
sleep 10
Expand Down

0 comments on commit cf5076b

Please sign in to comment.