mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-22 11:54:44 +02:00
packages-update: move configuration variables up
This commit is contained in:
parent
23d38927bc
commit
7b660d0952
1 changed files with 3 additions and 3 deletions
|
@ -16,6 +16,9 @@
|
|||
:do {
|
||||
:local ScriptName [ :jobname ];
|
||||
|
||||
:global PackagesUpdateDeferReboot;
|
||||
:global PackagesUpdateBackupFailure;
|
||||
|
||||
:global DownloadPackage;
|
||||
:global Grep;
|
||||
:global LogPrint;
|
||||
|
@ -24,9 +27,6 @@
|
|||
:global ScriptLock;
|
||||
:global VersionToNum;
|
||||
|
||||
:global PackagesUpdateDeferReboot;
|
||||
:global PackagesUpdateBackupFailure;
|
||||
|
||||
:local Schedule do={
|
||||
:local ScriptName [ :tostr $1 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue