fix uci_load trash output (#1040)
[openwrt.git] / package / base-files / files / lib / config / uci.sh
index 957c1bb..92bc1a0 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}"
+               . "/tmp/.uci/${PACKAGE_BASE}" 2>&/dev/null >&/dev/null
                config_cb
        }
 }
This page took 0.020369 seconds and 4 git commands to generate.