gnunet-svn
[Top][All Lists]
Advanced

[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: Fri, 24 Feb 2023 13:18:10 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a2fe019  -fix path
a2fe019 is described below

commit a2fe019d9a7c832ab26409ee9047b24a49f63a48
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 24 13:18:02 2023 +0100

    -fix path
---
 sandcastle/images/merchant/startup.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sandcastle/images/merchant/startup.sh 
b/sandcastle/images/merchant/startup.sh
index 8fe8bce..63cf9f5 100644
--- a/sandcastle/images/merchant/startup.sh
+++ b/sandcastle/images/merchant/startup.sh
@@ -127,16 +127,16 @@ export TALER_ENV_URL_INTRO=`taler-config -c 
/config/deployment.conf -s taler-dep
 export TALER_ENV_URL_BANK=`taler-config -c /config/deployment.conf -s 
taler-deployment -o bank-url`
 
 echo -n "Launch blog..."
-${HOME}/.local/bin/taler-merchant-demos -c /config/taler.conf --http-port 8080 
blog 2>&1 | rotatelogs -e /logs/blog-%Y-%m-%d.log 86400 &
+taler-merchant-demos -c /config/taler.conf --http-port 8080 blog 2>&1 | 
rotatelogs -e /logs/blog-%Y-%m-%d.log 86400 &
 echo DONE
 echo -n "Launch donations..."
-${HOME}/.local/bin/taler-merchant-demos -c /config/taler.conf --http-port 8081 
donations 2>&1 | rotatelogs -e /logs/donations-%Y-%m-%d.log 86400 &
+taler-merchant-demos -c /config/taler.conf --http-port 8081 donations 2>&1 | 
rotatelogs -e /logs/donations-%Y-%m-%d.log 86400 &
 echo DONE
 echo -n "Launch Survey..."
-${HOME}/.local/bin/taler-merchant-demos -c /config/taler.conf --http-port 8082 
survey 2>&1 | rotatelogs -e /logs/survey-%Y-%m-%d.log 86400 &
+taler-merchant-demos -c /config/taler.conf --http-port 8082 survey 2>&1 | 
rotatelogs -e /logs/survey-%Y-%m-%d.log 86400 &
 echo DONE
 echo -n "Launch Landing..."
-${HOME}/.local/bin/taler-merchant-demos -c /config/taler.conf --http-port 8083 
landing 2>&1 | rotatelogs -e /logs/landing-%Y-%m-%d.log 86400 &
+taler-merchant-demos -c /config/taler.conf --http-port 8083 landing 2>&1 | 
rotatelogs -e /logs/landing-%Y-%m-%d.log 86400 &
 echo DONE
 
 # Skip tipping for now until https://bugs.taler.net/n/7575 is resolved.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]