mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-05 23:54:31 +02: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…
Add table
Add a link
Reference in a new issue