mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 06:01:35 +00:00
Compare commits
69 commits
4026e31efb
...
4cec69f14c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cec69f14c | ||
|
|
f262c4c233 | ||
|
|
74058f711d | ||
|
|
3232dfd0b6 | ||
|
|
04c49aab01 | ||
|
|
99f9550599 | ||
|
|
d38e8da359 | ||
|
|
100ca8a382 | ||
|
|
2f770a0540 | ||
|
|
f1a6dde05e | ||
|
|
f424727007 | ||
|
|
33127adaec | ||
|
|
8a067323dd | ||
|
|
f75e14a2a2 | ||
|
|
3e0726a677 | ||
|
|
2f8bc12b3d | ||
|
|
cc3cd78595 | ||
|
|
a2a3d0b83f | ||
|
|
2ed27ba749 | ||
|
|
c8b7c2c576 | ||
|
|
628a245534 | ||
|
|
3bb21843bd | ||
|
|
e402d9dadb | ||
|
|
cd47ebbb3b | ||
|
|
9f1450f74b | ||
|
|
d842430c07 | ||
|
|
2228e0c6d0 | ||
|
|
15baec96cd | ||
|
|
216e523773 | ||
|
|
b20573ba22 | ||
|
|
5150d00978 | ||
|
|
5e43c7bdf3 | ||
|
|
4d89b01f89 | ||
|
|
b5c5fc5324 | ||
|
|
2221abc221 | ||
|
|
c260595889 | ||
|
|
7fdd058f86 | ||
|
|
50da1e9a39 | ||
|
|
150f10ecc4 | ||
|
|
6d1a4d6abb | ||
|
|
9a45792194 | ||
|
|
703e884007 | ||
|
|
584cefd07f | ||
|
|
0c2287be72 | ||
|
|
3ea1502b34 | ||
|
|
6588479be5 | ||
|
|
a7d8d9d73e | ||
|
|
6a755a06b8 | ||
|
|
61be792e19 | ||
|
|
494c21d889 | ||
|
|
fcc3f4f801 | ||
|
|
ff2ed6674f | ||
|
|
e3c7e1eb6d | ||
|
|
e681722b60 | ||
|
|
c4ff4cfc0c | ||
|
|
db2a3ea36c | ||
|
|
b0fdfaed95 | ||
|
|
f9d77d8400 | ||
|
|
6f57632ca0 | ||
|
|
257b0f1b7b | ||
|
|
cf44c28efd | ||
|
|
47e132517d | ||
|
|
da3a43c073 | ||
|
|
54fb874f88 | ||
|
|
8131c737ee | ||
|
|
78a0caef72 | ||
|
|
3b996ace52 | ||
|
|
68bf0a14a5 | ||
|
|
ad202785b6 |
1 changed files with 1 additions and 3 deletions
|
|
@ -1226,7 +1226,6 @@
|
||||||
:global IDonate;
|
:global IDonate;
|
||||||
:global NoNewsAndChangesNotification;
|
:global NoNewsAndChangesNotification;
|
||||||
:global ScriptUpdatesBaseUrl;
|
:global ScriptUpdatesBaseUrl;
|
||||||
:global ScriptUpdatesCheckSums;
|
|
||||||
:global ScriptUpdatesCRLF;
|
:global ScriptUpdatesCRLF;
|
||||||
:global ScriptUpdatesUrlSuffix;
|
:global ScriptUpdatesUrlSuffix;
|
||||||
|
|
||||||
|
|
@ -1263,8 +1262,7 @@
|
||||||
: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/" || \
|
:if ([ :pick $ScriptUpdatesBaseUrl 0 21 ] = "https://rsc.eworm.de/") do={
|
||||||
$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