summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-09 02:05:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-09 02:05:48 +0000
commitabbcf0789630cc3019b9113e60141545ad1267eb (patch)
tree5a149378fa92429ee79bfd240b2655d7d514c434 /modules
parentd99ce2f89a26bc3565013a92a0f1b285fa7dfdd9 (diff)
modules/admin-core: enable verbose output in luci-flash
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/admin-core/root/sbin/luci-flash4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-core/root/sbin/luci-flash b/modules/admin-core/root/sbin/luci-flash
index 5600cddec..a9ddc87f2 100755
--- 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