aboutsummaryrefslogtreecommitdiffstats
path: root/initial-commands
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-08-30 13:28:14 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-08-30 13:43:21 +0200
commit05f2d03ad9da4020ad463be28bd6de4c973fbbbb (patch)
tree08a00e6a0e2436d76732651bcd1e9c88e532e534 /initial-commands
parent8c8d7f93f19778b9a41e7dc647c42db2a9a3a945 (diff)
use shorter url for my repository
Diffstat (limited to 'initial-commands')
-rw-r--r--initial-commands4
1 files changed, 2 insertions, 2 deletions
diff --git a/initial-commands b/initial-commands
index c829875..f8dd825 100644
--- a/initial-commands
+++ b/initial-commands
@@ -3,7 +3,7 @@
# Copyright (c) 2018-2019 Christian Hesse <mail@eworm.de>
{
- / tool fetch "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/certs/Let%27s%20Encrypt%20Authority%20X3.pem" dst-path="letsencrypt.pem";
+ / tool fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/Let%27s%20Encrypt%20Authority%20X3.pem" dst-path="letsencrypt.pem";
:delay 1s;
/ certificate {
import file-name=letsencrypt.pem passphrase="";
@@ -16,7 +16,7 @@
}
/ file remove "letsencrypt.pem";
:foreach Script in={ "global-config"; "global-functions"; "script-updates" } do={
- / system script add name=$Script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit.cgi/routeros-scripts/plain/" . $Script) output=user as-value]->"data");
+ / system script add name=$Script source=([ / tool fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script) output=user as-value]->"data");
}
/ system script {
run global-config;