diff options
Diffstat (limited to 'run_bank.sh')
-rwxr-xr-x | run_bank.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/run_bank.sh b/run_bank.sh deleted file mode 100755 index 57ed5ed..0000000 --- a/run_bank.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -bank_port=$(taler-config -s bank -o uwsgi_port) - -if [[ -z "$bank_port" ]]; then - echo "UWSGI port for bank not configured" >&2 - exit 1 -fi - -exec taler-bank-manage serve-uwsgi --port $bank_port |