mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
scripts/env: fix file syncing on env switch
SVN-Revision: 12925
This commit is contained in:
parent
0f62f10e2d
commit
02052624df
@ -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