27c27
< createdb -E UTF8 template_postgis && \
---
> createdb --encoding=UTF8 --template=template1 template_postgis && \
