From e2a6c6e6587b29182eed789114234207f0bc0df6 Mon Sep 17 00:00:00 2001 From: Grzegorz Budny Date: Fri, 3 Jul 2020 10:07:33 +0200 Subject: [PATCH] Syntax errors fix in log command --- RouterOS_All_Software_Download.rsc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RouterOS_All_Software_Download.rsc b/RouterOS_All_Software_Download.rsc index d642900..e647e26 100644 --- a/RouterOS_All_Software_Download.rsc +++ b/RouterOS_All_Software_Download.rsc @@ -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"); } }