Skip to content

Commit d97c2c5

Browse files
author
Sameer Naik
committed
display PostGIS extension loading message
1 parent 493d499 commit d97c2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/functions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ create_database() {
324324
fi
325325

326326
if [[ ${DB_POSTGIS} == true ]]; then
327+
echo "‣ Loading PostGIS extension..."
327328
psql -U ${PG_USER} -d ${database} -c "CREATE EXTENSION IF NOT EXISTS postgis;" >/dev/null 2>&1
328329
psql -U ${PG_USER} -d ${database} -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;" >/dev/null 2>&1
329330
fi

0 commit comments

Comments
 (0)