summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-07 22:13:11 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-07 22:13:11 +0100
commit4e0bcde08d33b51b0ff326b779ea9d192b9665b9 (patch)
tree6975bfe28c4dfda3eb792db4711e9079e1117bb0
parentb0a7e95d8e82730cc7c0dc52e15d5a72648b0bc4 (diff)
downloaddeployment-4e0bcde08d33b51b0ff326b779ea9d192b9665b9.tar.gz
deployment-4e0bcde08d33b51b0ff326b779ea9d192b9665b9.tar.bz2
deployment-4e0bcde08d33b51b0ff326b779ea9d192b9665b9.zip
fixes
-rwxr-xr-xnetzbon/setup-exchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 3d1e795..1255483 100755
--- 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