mirror of https://github.com/hak5/openwrt-owl.git
parent
889532d1fd
commit
91a8f2334a
|
@ -4,10 +4,10 @@
|
|||
|
||||
|
||||
debug () {
|
||||
${DEBUG:-:}
|
||||
${DEBUG:-:} "$@"
|
||||
}
|
||||
mount() {
|
||||
busybox mount
|
||||
busybox mount "$@"
|
||||
}
|
||||
|
||||
# newline
|
||||
|
|
Loading…
Reference in New Issue