diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-12 19:02:41 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-12 19:04:23 +0200 |
commit | fa851a78387c4145dfa308fd6c767af71f7b79ca (patch) | |
tree | 8977e91ceb74733b3ad3494dc77e81e3f820547a | |
parent | 229e1169990d68090dd8f4b0dcd83c3f3afd1c46 (diff) |
backup-partition: lock the script
-rw-r--r-- | backup-partition.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backup-partition.rsc b/backup-partition.rsc index 824cb7e..364101c 100644 --- a/backup-partition.rsc +++ b/backup-partition.rsc @@ -13,6 +13,9 @@ :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } :global LogPrintExit2; +:global ScriptLock; + +$ScriptLock $0; :if ([ :len [ /partitions/find ] ] < 2) do={ $LogPrintExit2 error $0 ("Device does not have a fallback partition.") true; |