mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-31 21:51:35 +00:00
Compare commits
70 commits
4cec69f14c
...
4026e31efb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4026e31efb | ||
|
|
44db7e9447 | ||
|
|
9ea9a53dc1 | ||
|
|
1040cffa43 | ||
|
|
1c85f37e2a | ||
|
|
3b5073b1bd | ||
|
|
9d0d7cf8a3 | ||
|
|
2c1f2beb49 | ||
|
|
9496a0cb52 | ||
|
|
84aba652d1 | ||
|
|
514e8dd283 | ||
|
|
35080e0bdf | ||
|
|
69cc777a45 | ||
|
|
7931a8df00 | ||
|
|
54b74b39d6 | ||
|
|
33d2bbdd5f | ||
|
|
94b691a517 | ||
|
|
20e0f4c6eb | ||
|
|
7da1bd39c6 | ||
|
|
c119b051b7 | ||
|
|
799b72f5d4 | ||
|
|
44b9afe9b9 | ||
|
|
0ee555cdf4 | ||
|
|
45afc3fc7b | ||
|
|
d1a7a3112b | ||
|
|
b7aa4d10e9 | ||
|
|
c561189cea | ||
|
|
12967c1491 | ||
|
|
ed11c87872 | ||
|
|
a0b4583f31 | ||
|
|
57951dce32 | ||
|
|
94d3b4c54d | ||
|
|
79110df6fa | ||
|
|
d1ab96caa6 | ||
|
|
538a52be9c | ||
|
|
4288882f69 | ||
|
|
9431437fa8 | ||
|
|
3f8f7a3951 | ||
|
|
31bf3da567 | ||
|
|
f60d50b620 | ||
|
|
c36b909e65 | ||
|
|
c02b9e6d6d | ||
|
|
9b88ffc290 | ||
|
|
b1cb6ebfca | ||
|
|
6ffbe4667d | ||
|
|
b17a2d6184 | ||
|
|
83893f7898 | ||
|
|
de59198763 | ||
|
|
32d0c23df1 | ||
|
|
c2f241ebf9 | ||
|
|
2677fed80f | ||
|
|
7f2d9780da | ||
|
|
cceda45d4b | ||
|
|
cb78380b82 | ||
|
|
51ff4204ea | ||
|
|
c96f0d1ed2 | ||
|
|
8bd3fea5f8 | ||
|
|
77532e80d0 | ||
|
|
5c89f6c736 | ||
|
|
c89fb2513a | ||
|
|
d4edc4fa93 | ||
|
|
257d9e7f2d | ||
|
|
e7075c428c | ||
|
|
ae94f436e0 | ||
|
|
c2fbfd9523 | ||
|
|
927c36b420 | ||
|
|
653b4687a8 | ||
|
|
611ceef233 | ||
|
|
97b85d8f06 | ||
|
|
532fb45602 |
1 changed files with 3 additions and 1 deletions
|
|
@ -1226,6 +1226,7 @@
|
||||||
:global IDonate;
|
:global IDonate;
|
||||||
:global NoNewsAndChangesNotification;
|
:global NoNewsAndChangesNotification;
|
||||||
:global ScriptUpdatesBaseUrl;
|
:global ScriptUpdatesBaseUrl;
|
||||||
|
:global ScriptUpdatesCheckSums;
|
||||||
:global ScriptUpdatesCRLF;
|
:global ScriptUpdatesCRLF;
|
||||||
:global ScriptUpdatesUrlSuffix;
|
:global ScriptUpdatesUrlSuffix;
|
||||||
|
|
||||||
|
|
@ -1262,7 +1263,8 @@
|
||||||
:local DeviceMode [ /system/device-mode/get ];
|
:local DeviceMode [ /system/device-mode/get ];
|
||||||
|
|
||||||
:local CheckSums ({});
|
:local CheckSums ({});
|
||||||
:if ([ :pick $ScriptUpdatesBaseUrl 0 21 ] = "https://rsc.eworm.de/") do={
|
:if ([ :pick $ScriptUpdatesBaseUrl 0 21 ] = "https://rsc.eworm.de/" || \
|
||||||
|
$ScriptUpdatesCheckSums = true) do={
|
||||||
:onerror Err {
|
:onerror Err {
|
||||||
:local Url ($ScriptUpdatesBaseUrl . "checksums.json" . $ScriptUpdatesUrlSuffix);
|
:local Url ($ScriptUpdatesBaseUrl . "checksums.json" . $ScriptUpdatesUrlSuffix);
|
||||||
$LogPrint debug $0 ("Fetching checksums from url: " . $Url);
|
$LogPrint debug $0 ("Fetching checksums from url: " . $Url);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue