taler-deployment

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

commit b1ccd3f152d298edad0c58c39dd700dd6d467a20
parent 6b10da68dd41392dbf4b19cda42595deb8cfd13c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 29 Dec 2016 20:45:54 +0100

Fix 'su' invocation

Diffstat:
Mdocker/exchange/entry_point.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/exchange/entry_point.sh b/docker/exchange/entry_point.sh @@ -1,7 +1,7 @@ #!/bin/bash -su -c "createuser --host=dbcontainer root" postgres \ -&& su -c "createdb --host=dbcontainer talertest" postgres \ +su -c "createuser --host=dbcontainer root" - postgres \ +&& su -c "createdb --host=dbcontainer talertest" - postgres \ && mkdir -p $HOME/shared-data/exchange/offline-keys/ \ && gnunet-ecc -g1 $HOME/shared-data/exchange/offline-keys/master.priv \ && taler-config -s exchangedb-postgres -o db_conn_str \