projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0444a93
)
base-files: add logging for configuration import
author
Florian Eckert
<
[email protected]
>
Mon, 1 Feb 2021 09:58:09 +0000
(10:58 +0100)
committer
Adrian Schmutzler
<
[email protected]
>
Mon, 22 Mar 2021 20:08:00 +0000
(21:08 +0100)
Make sysupgrade backup import more verbose.
Signed-off-by: Florian Eckert <
[email protected]
>
(cherry picked from commit
fdbdbe8eaaa6aa3acacdcb3ae1308b2a2055fc39
)
package/base-files/files/sbin/sysupgrade
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index 7977b06ef18e9f3c10b6327bb233d9b3fc6602ac..7e0a00e13b8ee4be7163936fd01a7beff0ce5c99 100755
(executable)
--- a/
package/base-files/files/sbin/sysupgrade
+++ b/
package/base-files/files/sbin/sysupgrade
@@
-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