mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 08:25:37 +00:00
Merge pull request #1243 from tlaurion/give_console_output_to_users
This commit is contained in:
commit
5682a62675
@ -3,11 +3,13 @@
|
||||
|
||||
die() {
|
||||
echo >&2 "$*";
|
||||
sleep 2;
|
||||
exit 1;
|
||||
}
|
||||
|
||||
warn() {
|
||||
echo >&2 "$*";
|
||||
sleep 1;
|
||||
}
|
||||
|
||||
recovery() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user