mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global: drop script 'global-wait'
All scripts wait for the global functions on their own now.
This commit is contained in:
@@ -19,11 +19,9 @@ Just install the script on CAPsMAN device:
|
||||
|
||||
$ScriptInstallUpdate capsman-download-packages;
|
||||
|
||||
Optionally install [global-wait](global-wait.md) and add a scheduler to run
|
||||
after startup:
|
||||
Optionally add a scheduler to run after startup:
|
||||
|
||||
$ScriptInstallUpdate global-wait;
|
||||
/ system scheduler add name=capsman-download-packages on-event="/ system script { run global-wait; run capsman-download-packages; }" start-time=startup;
|
||||
/ system scheduler add name=capsman-download-packages on-event="/ system script run capsman-download-packages;" start-time=startup;
|
||||
|
||||
Only packages available in older version are downloaded. For initial setup
|
||||
place the required packages to CAPsMAN package path (see
|
||||
@@ -55,7 +53,6 @@ See also
|
||||
--------
|
||||
|
||||
* [Run rolling CAP upgrades from CAPsMAN](capsman-rolling-upgrade.md)
|
||||
* [Wait for configuration und functions](global-wait.md)
|
||||
|
||||
---
|
||||
[◀ Go back to main README](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user