mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 17:54:35 +02:00
global: use $0 for $ScriptLock
This commit is contained in:
parent
f46db91845
commit
041ca062b1
8 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
:global ScriptLock;
|
||||
:global VersionToNum;
|
||||
|
||||
$ScriptLock "packages-update";
|
||||
$ScriptLock $0;
|
||||
|
||||
:local Update [ / system package update get ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue