mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[posix-app] simplify saving settings (#3108)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user