taler-deployment

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

commit 2cc0ed7925cd0996137e2b316c4e58448dc3a3ab
parent 7ec59c86e422d2c39726075b408c584b0aa057ff
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat,  8 Jun 2019 19:59:43 +0200

path

Diffstat:
Mbin/taler-deployment-shared-data | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data @@ -19,7 +19,7 @@ if ! test -e $SHARED_DATA; then exit 1 fi -if ! test -e $HOME/.conf/taler.conf; then +if ! test -e $HOME/.config/taler.conf; then echo "Please generate config first (taler-deployment-config-generate)." exit 1 fi