Changeset 7f0f5cc in freewrt
- Timestamp:
- Jun 28, 2007, 6:45:55 PM (18 years ago)
- Children:
- f2e3cc54
- Parents:
- 05ccf23
- File:
-
- 1 edited
-
package/fwifupdown/files/ifupdown.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/fwifupdown/files/ifupdown.sh
r05ccf23 r7f0f5cc 47 47 while sleep 1; do 48 48 if test $j -gt 15; then 49 mprint -s"bridge initialisation timed out"49 echo "bridge initialisation timed out" 50 50 rv=1 51 51 break … … 54 54 # any bridges to check? 55 55 test -e "$x" || break 2 # no -> out of both loops 56 # print initialisatio message, but once only57 test $i = 1 || mprint -n\56 # print initialisation message, but once only 57 test $i = 1 || echo \ 58 58 "Waiting for bridge initialisation to finish" 59 59 i=1 … … 70 70 rm -f $x # this bridge done, check next ones 71 71 done 72 j=$(e val$j + 1)72 j=$(expr $j + 1) 73 73 done 74 test $i = 0 || mprint -sdone, took $j seconds74 test $i = 0 || echo done, took $j seconds 75 75 76 76 mstate $rv
Note:
See TracChangeset
for help on using the changeset viewer.
