kopia lustrzana https://github.com/kartoza/docker-postgis
Merge pull request #26 from LukeSwart/startup-script-updates
Fix TOPOLOGY conditional typopull/28/head^2
commit
a039b613c7
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue