mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
base-files: add logging for configuration import
Make sysupgrade backup import more verbose. Signed-off-by: Florian Eckert <fe@dev.tdt.de> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
1974307daa
commit
a19aab09d3
@ -287,6 +287,7 @@ if [ -n "$CONF_RESTORE" ]; then
|
||||
fi
|
||||
|
||||
[ "$VERBOSE" -gt 1 ] && TAR_V="v" || TAR_V=""
|
||||
v "Restoring config files..."
|
||||
tar -C / -x${TAR_V}zf "$CONF_RESTORE"
|
||||
exit $?
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user