fix typo
[openwrt/staging/mkresin.git] / package / base-files / files / lib / config / uci.sh
index 92bc1a0b8d8e4355917b93ef72229545c8276c6b..bd1322252e5df36120619e20a87c7a4ae5eef80c 100755 (executable)
@@ -23,7 +23,7 @@ uci_load() {
        config_load "$PACKAGE"
        local PACKAGE_BASE="$(basename "$PACKAGE")"
        [ -f "/tmp/.uci/${PACKAGE_BASE}" ] && {
-               . "/tmp/.uci/${PACKAGE_BASE}" 2>&/dev/null >&/dev/null
+               . "/tmp/.uci/${PACKAGE_BASE}" 2>/dev/null >/dev/null
                config_cb
        }
 }