mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-28 13:58:41 +02:00
capsman-download-packages: do not require extra permission
The idea was to run capsman-download-packages from netwatch when upgrade.mikrotik.com is up. Instead run it from scheduler at startup, but add a delay: / system scheduler add name=capsman-download-packages \ on-event=":delay 2m; capsman-download-packages" start-time=startup
This commit is contained in:
parent
b68f5ebc86
commit
e309dee3b1
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
# Copyright (c) 2018-2019 Christian Hesse <mail@eworm.de>
|
# Copyright (c) 2018-2019 Christian Hesse <mail@eworm.de>
|
||||||
# Michael Gisbers <michael@gisbers.de>
|
# Michael Gisbers <michael@gisbers.de>
|
||||||
#
|
#
|
||||||
# requires: dont-require-permissions=yes
|
|
||||||
#
|
|
||||||
# download and cleanup packages for CAP installation from CAPsMAN
|
# download and cleanup packages for CAP installation from CAPsMAN
|
||||||
|
|
||||||
:global DownloadPackage;
|
:global DownloadPackage;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue