handle unix

This commit is contained in:
Christian Grothoff 2023-07-23 15:19:09 +02:00
parent 1879d025bf
commit da84b478f3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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