Update run.sh (#68)

Fix a typo in Core's run.sh
This commit is contained in:
Rémon S
2017-07-10 00:33:05 +02:00
committed by Abhilash Raj
parent 975bd37efb
commit 17aede3614

View File

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