dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename scripts before exiting so they are not re-run

dleidert opened this issue · comments

If the upgrade process stops we usually want to continue at some special point. So for all the scripts which should run only once we should rename them to xx-task.done. So the user can continue if a task failed.

or instead of "rename" move them to folder named "completed-tasks"
seems linked to #35