commit 8f6ab7275341ad1e87626910e5264857a5f70c5b parent 4b0b4ef62550d3fac8d225cd9f9da1879491cc45 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 26 Jun 2019 23:54:27 +0200 keyup deployment script adaption Diffstat:
| M | bin/taler-deployment-keyup | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -15,11 +15,6 @@ if ! test -f $HOME/.config/taler.conf; then exit 1 fi -if ! test -f $(taler-config -s paths -o taler_deployment_shared -f)/hier.lock; then - echo "shared-data/ hier not made yet, please run 'taler-deployment-hier' first" - exit 1 -fi - DATESALT=$(date +%s%N) AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o auditor_inputs -f) AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f)