projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: implement "reqopts" parameter for dhcp interfaces to specify...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
30_failsafe_wait
diff --git
a/package/base-files/files/lib/preinit/30_failsafe_wait
b/package/base-files/files/lib/preinit/30_failsafe_wait
index
30173c5
..
04dc57d
100644
(file)
--- a/
package/base-files/files/lib/preinit/30_failsafe_wait
+++ b/
package/base-files/files/lib/preinit/30_failsafe_wait
@@
-39,7
+39,7
@@
fs_wait_for_key () {
rm -f $keypress_wait
} &
- echo "Press
$1<ENTER>
$2"
+ echo "Press
the [$1] key and hit [enter]
$2"
# if we're on the console we wait for input
{
while [ -r $keypress_wait ]; do
This page took
0.023896 seconds
and
4
git commands to generate.