[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: de-containerize, less complexi
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: de-containerize, less complexity |
Date: |
Mon, 13 Jan 2025 23:38:15 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new eaaaa64 de-containerize, less complexity
eaaaa64 is described below
commit eaaaa64e5c2c5138190778cea99825530c03c763
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 13 23:38:13 2025 +0100
de-containerize, less complexity
---
worker-linkchecker/linkchecker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/worker-linkchecker/linkchecker.sh
b/worker-linkchecker/linkchecker.sh
index 8f365dc..086f064 100755
--- a/worker-linkchecker/linkchecker.sh
+++ b/worker-linkchecker/linkchecker.sh
@@ -26,7 +26,7 @@ for url in "https://taler.net/" "https://docs.taler.net/"
"https://taler-systems
do
echo -e "\n\n#############################\n## Starting check on
${url}\n#############################\n"
linkchecker \
- -f taler-deployment/worker-linkchecker/linkcheckerrc
+ -f $HOME/taler-deployment/worker-linkchecker/linkcheckerrc \
--no-robots \
--check-extern \
--recursion-level="$recurse_level" \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.