mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: add missing colon
This commit is contained in:
parent
db2c4fbf39
commit
900820b519
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
||||||
:if ([ :len $PkgArch ] = 0) do={ :set PkgArch [ / system resource get architecture-name ]; }
|
:if ([ :len $PkgArch ] = 0) do={ :set PkgArch [ / system resource get architecture-name ]; }
|
||||||
|
|
||||||
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";
|
$CertificateAvailable "Let's Encrypt Authority X3" "letsencrypt";
|
||||||
do {
|
:do {
|
||||||
:local PkgFile ($PkgName . "-" . $PkgVer . "-" . $PkgArch . ".npk");
|
:local PkgFile ($PkgName . "-" . $PkgVer . "-" . $PkgArch . ".npk");
|
||||||
/ tool fetch mode=https check-certificate=yes-without-crl \
|
/ tool fetch mode=https check-certificate=yes-without-crl \
|
||||||
("https://upgrade.mikrotik.com/routeros/" . $PkgVer . "/" . $PkgFile) \
|
("https://upgrade.mikrotik.com/routeros/" . $PkgVer . "/" . $PkgFile) \
|
||||||
|
|
Loading…
Reference in a new issue