mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
force close save in systemwipe script
This commit is contained in:
parent
1e5a09a407
commit
2b2c5b7c5f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ if(idxs.write("/imkvdb.arc",idb)){p("imkvdb write failed")pe()}
|
|||
if(idxs.resize("/lastPublishedId",ba0.len())){p("lastPublishedId resize failed")pe()}
|
||||
if(idxs.write("/lastPublishedId",ba0)){p("lastPublishedId write failed")pe()}
|
||||
if(idxs.commit()){p("Indexer save commit failed")pe()}
|
||||
idxs=0
|
||||
pr("Done!\nDeleting user dirs...")ud=["Album","Contents","save","saveMeta","temp"]
|
||||
if(mount("USER")){p("Mount failed!")pe()}
|
||||
ud.foreach("x"){pr("\n"+x,"")if(deldir("bis:/"+x)){p("Dir deletion failed")pe()}mkdir("bis:/"+x)}
|
||||
|
|
Loading…
Reference in a new issue