taler-deployment

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

commit 50c8842594cf3ab35f5a474ff96595df178a295a
parent c0847cbd919472b9936dc4faf098752656e15df3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  4 Jan 2017 19:09:32 +0100

logging dockerized

Diffstat:
Mdocker/exchange/entry_point.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/docker/exchange/entry_point.sh b/docker/exchange/entry_point.sh @@ -2,6 +2,7 @@ if ! test -a $HOME/shared-data/exchange/offline-keys/master.priv; then + echo "Regenerating all keys and db entries" (su -c "createuser --host=dbcontainer root" - postgres | exit 0) (su -c "createdb --host=dbcontainer talertest" - postgres | exit 0) mkdir -p $HOME/shared-data/exchange/offline-keys/