projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99ce2f
)
modules/admin-core: enable verbose output in luci-flash
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 02:05:48 +0000
(
02:05
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 9 May 2009 02:05:48 +0000
(
02:05
+0000)
modules/admin-core/root/sbin/luci-flash
patch
|
blob
|
history
diff --git
a/modules/admin-core/root/sbin/luci-flash
b/modules/admin-core/root/sbin/luci-flash
index 5600cddeca5256157833f870926526580f54cb07..a9ddc87f2e5c9abb560fcb9ce582395de65d2951 100755
(executable)
--- a/
modules/admin-core/root/sbin/luci-flash
+++ b/
modules/admin-core/root/sbin/luci-flash
@@
-5,7
+5,7
@@
RAMFS_COPY_BIN="/usr/bin/awk" # extra programs for temporary ramfs root
RAMFS_COPY_DATA="" # extra data files
export KEEP_PATTERN=""
-export VERBOSE=
0
+export VERBOSE=
1
# parse options
while [ -n "$1" ]; do
@@
-90,4
+90,4
@@
if [ -n "$(rootfs_type)" ]; then
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
else
do_upgrade
-fi
\ No newline at end of file
+fi