summaryrefslogtreecommitdiff
path: root/buildbot/checks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/checks.sh')
-rwxr-xr-xbuildbot/checks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 611ab0a..0a0b2b7 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -4,7 +4,7 @@
DEPLOYMENT="test"
DOMAIN="wild.gv.taler.net"
-if test "stable" = ${BRANCH}; then
+if test "stable" = "${BRANCH}"; then
DEPLOYMENT="demo"
fi
@@ -15,7 +15,7 @@ fi
# receive the connections.
nonactive="dummy"
-if test ${DEPLOYMENT} = "test"; then
+if test "${DEPLOYMENT}" = "test"; then
active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
nonactive="blue"