luci-addons: Fixed keeping of configuration files in luci-flash
This commit is contained in:
parent
edc26dadc0
commit
e3097c4df3
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ while [ -n "$1" ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-k)
|
-k)
|
||||||
shift
|
shift
|
||||||
|
export SAVE_CONFIG=1
|
||||||
export KEEP_PATTERN="$1"
|
export KEEP_PATTERN="$1"
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
|
|
Loading…
Reference in a new issue