global-functions: $ScriptLock: fix wording...

... as this does (no longer) abort.
This commit is contained in:
Christian Hesse 2024-03-05 21:48:21 +01:00
parent 1e8918fdaa
commit ada9153636

View file

@ -1290,7 +1290,7 @@
$RemoveTicket $Script $MyTicket;
$LogPrintExit2 info $0 ("Script '" . $Script . "' started more than once" . [ $IfThenElse ($WaitCount > 0) \
" and timed out waiting for lock" "" ] . "... Aborting.") false;
" and timed out waiting for lock" "" ] . "...") false;
:return false;
}