mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
capsman-download-packages: do not restart service...
... but disconnect old CAPs and force reconnect with update.
This commit is contained in:
parent
e1f5f7254a
commit
0ecb0749fd
1 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
:if ($updated = true && [ / caps-man manager get enabled ] = true) do={
|
||||
/ caps-man manager set enabled=yes;
|
||||
:if ($updated = true) do={
|
||||
/ caps-man remote-cap remove [ find where version!=$"installed-version" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue