From 272af0e471f699ef5d684b7e74c397835e8dc5ab Mon Sep 17 00:00:00 2001 From: Luke Swart Date: Wed, 2 Sep 2015 12:10:28 -0700 Subject: [PATCH] Fix TOPOLOGY conditional typo --- start-postgis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-postgis.sh b/start-postgis.sh index ac2f05f..f085e3f 100755 --- a/start-postgis.sh +++ b/start-postgis.sh @@ -86,7 +86,7 @@ then if [[ ${HSTORE} == "true" ]]; then echo 'HSTORE is only useful when you create the postgis database.' fi - if [[] ${TOPOLOGY} == "true" ]]; then + if [[ ${TOPOLOGY} == "true" ]]; then echo 'TOPOLOGY is only useful when you create the postgis database.' fi else