mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
scripts/env: fix file syncing on env switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12925 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f88abc84c9
commit
533b90d6d4
@ -119,12 +119,12 @@ env_revert() {
|
||||
}
|
||||
|
||||
env_ask_sync() {
|
||||
env_sync_data
|
||||
LINES="$(env_diff | wc -l)" # implies env_init
|
||||
[ "$LINES" -gt 0 ] && {
|
||||
if ask_bool 1 "Do you want to save your changes"; then
|
||||
env_sync
|
||||
else
|
||||
env_sync_data
|
||||
env_do_reset
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user