[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: tos
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: tos |
Date: |
Thu, 28 Sep 2023 10:30:18 +0200 |
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 e1a5171 tos
e1a5171 is described below
commit e1a51711ffe99b0dda5205b650c42956e5f575c6
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Sep 28 10:30:15 2023 +0200
tos
---
sandcastle/images/exchange/scripts/startup.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sandcastle/images/exchange/scripts/startup.sh
b/sandcastle/images/exchange/scripts/startup.sh
index be70afc..d570be8 100644
--- a/sandcastle/images/exchange/scripts/startup.sh
+++ b/sandcastle/images/exchange/scripts/startup.sh
@@ -5,16 +5,16 @@
#
-# ToS generator is picky about the path that it is being run from
-cd $TOS_PATH
+TOS_PATH=/usr/local/share/taler/terms
TOS_AUTHOR="Taler Systems SA"
TOS_COPYRIGHT="Taler Systems SA"
-TOS_PATH=/usr/local/share/taler/terms
TOS_LANGUAGE=en
TOS_OUTPUT=/usr/local/share/taler/terms/
TOS_PAPER=a4
TOS_TITLE="GNU Taler terms of service"
+# ToS generator is picky about the path that it is being run from
+cd $TOS_PATH
taler-terms-generator -i exchange-tos-v0 -a $TOS_AUTHOR -C $TOS_COPYRIGHT -p
$TOS_PAPER -o $TOS_OUTPUT
taler-terms-generator -i exchange-pp-v0 -a $TOS_AUTHOR -C $TOS_COPYRIGHT -p
$TOS_PAPER -o $TOS_OUTPUT
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.