diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-23 15:19:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-23 15:19:09 +0200 |
commit | da84b478f3b4f5f35e4169d166a4104d46670279 (patch) | |
tree | 5046887369e2612324f073c215600369e06d13ff | |
parent | 1879d025bf19ffaa96d86855088ea1011b8d9562 (diff) |
handle unix
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 643bacefb..c9cf6d157 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -449,7 +449,7 @@ then echo -n "Starting exchange ..." EXCHANGE_PORT=$(taler-config -c "$CONF" -s EXCHANGE -o PORT) SERVE=$(taler-config -c "$CONF" -s EXCHANGE -o SERVE) - if [ "${SERVE}"= "unix" ] + if [ "${SERVE}" = "unix" ] then EXCHANGE_URL=$(taler-config -c "$CONF" -s EXCHANGE -o BASE_URL) else |