aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-23 15:19:09 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-23 15:19:09 +0200
commitda84b478f3b4f5f35e4169d166a4104d46670279 (patch)
tree5046887369e2612324f073c215600369e06d13ff
parent1879d025bf19ffaa96d86855088ea1011b8d9562 (diff)
downloadexchange-da84b478f3b4f5f35e4169d166a4104d46670279.tar.xz
handle unix
-rwxr-xr-xsrc/testing/taler-unified-setup.sh2
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