diff options
author | Christian Hesse <mail@eworm.de> | 2022-05-11 10:26:26 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-05-12 11:04:00 +0200 |
commit | eb014b26b2053e993cfa9ec8e97bd48c53c848f9 (patch) | |
tree | 248cafcb28e0c257ca4186060acd3419324a6b5f /doc | |
parent | 47b6f8941aaa71fcbcee5329118517ffe92b306d (diff) |
doc/packages-update: RouterOS v7 path syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/packages-update.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/packages-update.md b/doc/packages-update.md index 243e72b..57f02d9 100644 --- a/doc/packages-update.md +++ b/doc/packages-update.md @@ -10,7 +10,7 @@ Description ----------- In rare cases RouterOS fails to properly downlaod package on update -(`/ system package update install`), resulting in borked system with missing +(`/system/package/update/install`), resulting in borked system with missing packages. This script tries to avoid this situation by doing some basic verification. @@ -35,7 +35,7 @@ Usage and invocation Alternatively run it manually: - / system script run packages-update; + /system/script/run packages-update; See also -------- |