taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit d258b49b9f4018eb858092fde9e464ebe034f936
parent d09d271b485fc35df430ca0373c3e3b254d6c129
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Aug 2022 22:54:42 +0200

-no sharing

Diffstat:
Mbin/taler-deployment-prepare | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -80,20 +80,6 @@ fi ## Step 2: Copy key material and update denom keys ## -# For demo, make sure the link to shared data between demo-blue and demo-green is -# set up properly. -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 - case $TALER_ENV_NAME in demo|test|int|local) EXCHANGE_PUB=$(gnunet-ecc -p "$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv")