commit 4e0bcde08d33b51b0ff326b779ea9d192b9665b9
parent b0a7e95d8e82730cc7c0dc52e15d5a72648b0bc4
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 7 Mar 2023 22:13:11 +0100
fixes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
@@ -69,7 +69,7 @@ else
if test ${DO_OFFLINE:-y} == y
then
MASTER_PUBLIC_KEY2=`sudo -i -u taler-exchange-offline taler-exchange-offline setup`
- if "${MASTER_PUBLIC_KEY2}" != "${MASTER_PUBLIC_KEY}"
+ if test "${MASTER_PUBLIC_KEY2}" != "${MASTER_PUBLIC_KEY}"
then
say "Error: master public key missmatch ${MASTER_PUBLIC_KEY2} does not match ${MASTER_PUBLIC_KEY}"
exit 1