mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +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