The trouble is that the script continues to run in the default directory and deletes it at the end ... including my own scripts! Thankfully I still had a copy of them elsewhere. If this doesn't cause any problems in standard Linux environments maybe the template can 'reversed' so spacefm-installer works everywhere?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
... can't create the temporary directory because the template format of busybox mktemp seems to be fixed to "tmp.XXXXXXXX".
mktemp -d spacefm-$branch-XXXXXXXX.tmp
mktemp: Invalid argument
mktemp -d spacefm-$branch-tmp.XXXXXXXX
spacefm-master-tmp.XX1TAaYb
The trouble is that the script continues to run in the default directory and deletes it at the end ... including my own scripts! Thankfully I still had a copy of them elsewhere. If this doesn't cause any problems in standard Linux environments maybe the template can 'reversed' so spacefm-installer works everywhere?
Thanks, there was indeed a problem with error handling there. See Issue #629 for the fix.
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
I picked up the latest 1.0.6-alpha earlier today, tried out the new spacefm-installer and found that the problem is gone. Great! Thanks a lot, Guru!