[posix-app] simplify saving settings (#3108)

This commit is contained in:
Yakun Xu
2018-10-09 11:12:56 -07:00
committed by Jonathan Hui
parent 5db4b0e295
commit 2af44beb74
9 changed files with 352 additions and 615 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ estatus=$?
# Return the offset
rm -rf "${lock_path}.${OFFSET}.lock.d"
# Remove the flash files
rm -f tmp/${OFFSET}_*.flash
rm -f tmp/${OFFSET}_*.flash tmp/${OFFSET}_*.data tmp/${OFFSET}_*.swap
if test $enable_hard_errors = no && test $estatus -eq 99; then
tweaked_estatus=1