mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-06-20 17:15:47 +02:00
Syntax errors fix in log command
This commit is contained in:
parent
f459621284
commit
e2a6c6e658
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# RouterOS Fucntion
|
||||
# Copyright (c) Grzegorz Budny
|
||||
# Version 1.0
|
||||
# Last update: 4/19/20
|
||||
# Version 1.1
|
||||
# Last update: 2020-07-03 10:07:02
|
||||
# Automated download of all latest RouterOS standard packages.
|
||||
# Tool recommended to CAPsMAN and DUDE servers
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
:foreach package in=$packages do={
|
||||
|
||||
/tool fetch http-method=get mode=https url=("https://download.mikrotik.com/routeros/".$packageLatest."/routeros-".("$package")."-".$packageLatest.".npk") dst-path=($destinationPath."/routeros-".("$package")."-".$packageLatest.".npk");
|
||||
:log ("...:::Downloading "."/routeros-".("$package")."-".$packageLatest.".npk");
|
||||
:log info ("...:::Downloading "."/routeros-".("$package")."-".$packageLatest.".npk");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue