Compare commits

..

No commits in common. "b78df91b23a4e108ef0268c3c604191581d104ae" and "d80f43a1c86760565d0e0a662ceb0de63636c61a" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

@ -122,9 +122,6 @@ And finally load configuration and functions and add the scheduler.
![screenshot: run and schedule scripts](README.d/05-run-and-schedule-scripts.avif)
> 💡️ **Hint**: You see complaints regarding syntax errors? Most likely the
> RouterOS on your device is too old. Check for updates!
### Scheduled automatic updates
The last step is optional: Add this scheduler **only** if you want the

View file

@ -1195,12 +1195,6 @@
:error true;
}
:if ([ :len ($ScriptInfo->"certificate") ] > 0) do={
:if ([ $CertificateAvailable ($ScriptInfo->"certificate") ] = false) do={
$LogPrint warning $0 ("Downloading certificate failed, trying without.");
}
}
:do {
:local BaseUrl [ $EitherOr ($ScriptInfo->"base-url") $ScriptUpdatesBaseUrl ];
:local UrlSuffix [ $EitherOr ($ScriptInfo->"url-suffix") $ScriptUpdatesUrlSuffix ];