From e655f8b4d57a84cd00128318781e184359c52bc4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Aug 2022 23:06:42 +0200 Subject: sync --- bin/taler-deployment-prepare-with-eufin | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'bin/taler-deployment-prepare-with-eufin') diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin index d35895f..60c4736 100755 --- a/bin/taler-deployment-prepare-with-eufin +++ b/bin/taler-deployment-prepare-with-eufin @@ -82,21 +82,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 -n "Syminking demo's taler-data/ to the color's home directory.." - 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 - echo " OK" - ;; -esac - echo -n "Trying to copy the exchange private key from deployment.git.." case $TALER_ENV_NAME in demo|test|int|local) @@ -217,13 +202,13 @@ function prepare_nexus_account() { --offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null echo " OK" # Set how often the automatic routing must fetch the bank account. - echo -n "Setting background payment initiator.." + echo -n "Setting background payment initiator.." libeufin-cli accounts task-schedule $4 \ --task-type="submit" \ --task-name='submit-payments-every-second' \ --task-cronspec='* * *' echo " OK" - echo -n "Setting background history fetch.." + echo -n "Setting background history fetch.." libeufin-cli accounts task-schedule $4 \ --task-type="fetch" \ --task-name='fetch-reports-every-second' \ -- cgit v1.2.3