fix typo from last sysupgrade commit

SVN-Revision: 12715
This commit is contained in:
Felix Fietkau
2008-09-26 08:58:43 +00:00
parent 3770c99cf8
commit e2daafdb1d

View File

@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
-d) export DELAY="$2"; shift;;
-v) export VERBOSE="$(($VERBOSE + 1))";;
-q) export VERBOSE="$(($VERBOSE - 1))";;
-n) export SAVE_CONFIG=0
-n) export SAVE_CONFIG=0;;
-*)
echo "Invalid option: $1"
exit 1