[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix path |
Date: |
Mon, 13 Jan 2025 23:27:06 +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 43a0524 -fix path
43a0524 is described below
commit 43a052473e6e786e363229e22cdd5743a57e3867
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 13 23:27:04 2025 +0100
-fix path
---
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 0a0236c..3800cae 100755
--- a/worker-linkchecker/linkchecker.sh
+++ b/worker-linkchecker/linkchecker.sh
@@ -20,7 +20,7 @@ if [ -f "$logfile" ]
echo "Info: existing log file '$logfile' not found."
fi
-podman build -t linkchecker:latest -f
"$HOME/deployment/worker-linkchecker/linkchecker.Containerfile"
"$HOME/deployment/worker-linkchecker"
+podman build -t linkchecker:latest -f
"$HOME/taler-deployment/worker-linkchecker/linkchecker.Containerfile"
"$HOME/taler-deployment/worker-linkchecker"
# Use wget to scan hosts and save output
for url in "https://www.taler.net/" "https://docs.taler.net/"
"https://taler-systems.com/" "https://demo.taler.net/"
"https://bank.demo.taler.net/" "https://shop.demo.taler.net/"
"https://donations.demo.taler.net/" ; do
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated: -fix path,
gnunet <=