taler-deployment

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

commit f1c5cc58a27572d8e2098ea0f7a704255b0c5408
parent 3c18dcc105f9f5ad5c35d565d6768abe1c9a2060
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 17 Apr 2016 16:44:26 +0200

exec bank instead of just running it

Diffstat:
Mrun_bank.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run_bank.sh b/run_bank.sh @@ -7,4 +7,4 @@ if [[ -z "$bank_port" ]]; then exit 1 fi -taler-bank-manage serve-uwsgi --port $bank_port +exec taler-bank-manage serve-uwsgi --port $bank_port