Merge pull request #26 from LukeSwart/startup-script-updates

Fix TOPOLOGY conditional typo
pull/28/head^2
Tim Sutton 2015-09-02 22:23:17 +02:00
commit a039b613c7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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