From 93acb96955315e1e86f7b7ca8be429d5b0b9face Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 8 Jun 2018 13:08:28 +0200 Subject: Commenting deployment scripts. --- bin/taler-deployment-config-generate | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bin/taler-deployment-config-generate') diff --git a/bin/taler-deployment-config-generate b/bin/taler-deployment-config-generate index edf4360..67fd968 100755 --- a/bin/taler-deployment-config-generate +++ b/bin/taler-deployment-config-generate @@ -1,8 +1,11 @@ #!/bin/bash -# (Re-)generate the taler configuration based on environment variables. -# These variables are usually defined in ~/activate. +# Generate the taler configuration based on environment variables. +# These variables are usually defined in $HOME/activate. # Some configuration files still need to be signed with taler-deployment-config-sign. +# It overwrites previous config files. +# +# set -eu @@ -35,7 +38,7 @@ exchange_pub=$(gnunet-ecc -p $HOME/shared-data/exchange/offline-keys/master.priv $HOME/deployment/config/generate-config \ --exchange-pub "$exchange_pub" \ --currency "$TALER_CONFIG_CURRENCY" \ - --outdir ~/.config \ - --shared-outdir ~/shared-data \ + --outdir $HOME/.config \ + --shared-outdir $HOME/shared-data \ --envname "$TALER_CONFIG_ENV" \ --standalone "${TALER_CONFIG_STANDALONE:-0}" -- cgit v1.2.3