From 17aede361443e5bf173f0850631e0287498f2dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mon=20S?= Date: Mon, 10 Jul 2017 00:33:05 +0200 Subject: [PATCH] Update run.sh (#68) Fix a typo in Core's run.sh --- core/assets/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assets/run.sh b/core/assets/run.sh index 034ccbe..d5a08da 100755 --- a/core/assets/run.sh +++ b/core/assets/run.sh @@ -114,7 +114,7 @@ if [[ ! -v HYPERKITTY_API_KEY ]]; then exit 1 fi -if [[ -v HYPERKITTY_URL ]]; then +if [[ ! -v HYPERKITTY_URL ]]; then echo "HYPERKITTY_URL not set, using the default value of http://mailman-web:8000/hyperkitty" export HYPERKITTY_URL="http://mailman-web:8000/hyperkitty/" fi