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