Revert "base-files: Ignore exit code of uci.sh inclusion"
This reverts commit 17d8c5825e
.
This commit is breaking init somehow, even the hostname is not set,
so until its fixed, revert it.
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
de59fc4540
commit
80d1c353b7
1 changed files with 1 additions and 1 deletions
|
@ -533,4 +533,4 @@ cmdline_get_var() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -z "$IPKG_INSTROOT" ] && ( [ -f /lib/config/uci.sh ] && . /lib/config/uci.sh ) || true
|
[ -z "$IPKG_INSTROOT" ] && [ -f /lib/config/uci.sh ] && . /lib/config/uci.sh
|
||||||
|
|
Loading…
Reference in a new issue