fix typo from last sysupgrade commit
authorFelix Fietkau <nbd@openwrt.org>
Fri, 26 Sep 2008 08:58:43 +0000 (08:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 26 Sep 2008 08:58:43 +0000 (08:58 +0000)
SVN-Revision: 12715

package/base-files/files/sbin/sysupgrade

index c6474623416f4f9df06a1862d24d93f36f8397de..2230e5b0ca6f85eedb8f2330bcb5828cf1605643 100755 (executable)
@@ -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