gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: handle shared data better


From: gnunet
Subject: [taler-deployment] branch master updated: handle shared data better
Date: Thu, 26 Mar 2020 14:27:52 +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 ab8a642  handle shared data better
ab8a642 is described below

commit ab8a642a0f7ad602d2be4461dcfe062148e5efdc
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 26 18:57:47 2020 +0530

    handle shared data better
---
 bin/taler-deployment-prepare | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 8319161..7983db8 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -75,6 +75,18 @@ case $TALER_ENV_NAME in
     ;;
 esac
 
+case $TALER_ENV_NAME in
+  demo)
+    echo "linking taler-data"
+    ln -sfT ~demo/shared-data ~/taler-data
+    # Check if we won't mess up permissions later
+    if [[ ! -g ~/taler-data ]]; then
+      echo "the shared-data directory should have the set-group-id bit set"
+      exit 1
+    fi
+  ;;
+esac
+
 EXCHANGE_MASTER_PUB=$(taler-config -s exchange -o master_public_key)
 taler-auditor-exchange \
   -m "$EXCHANGE_MASTER_PUB" \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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