mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $ScriptLock: fix wording...
... as this does (no longer) abort.
This commit is contained in:
parent
1e8918fdaa
commit
ada9153636
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue