sync disk after boot done to make sure data/config store to flash/disk

This commit is contained in:
coolsnowwolf 2018-10-08 23:40:45 +08:00
parent f88cb095ff
commit 4535f6199d

View File

@ -14,4 +14,6 @@ boot() {
# set leds to normal state
. /etc/diag.sh
set_state done
sync
}