@@ -21,23 +21,23 @@ elif [ -d @POSTGIS_SHARE@/contrib/postgis-3.2 ]; then
2121elif [ -d @POSTGIS_SHARE@/contrib/postgis-3.1 ]; then
2222 PGSHARE=@POSTGIS_SHARE@/contrib/postgis-3.1
2323elif [ -d @POSTGIS_SHARE@/contrib/postgis-3.0 ]; then
24- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-3.0
24+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-3.0
2525elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.5 ]; then
26- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.5
26+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.5
2727elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.4 ]; then
28- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.4
28+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.4
2929elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.3 ]; then
30- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.3
30+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.3
3131elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.2 ]; then
3232 PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.2
3333elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.1 ]; then
34- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.1
34+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.1
3535elif [ -d @POSTGIS_SHARE@/contrib/postgis-2.0 ]; then
36- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.0
36+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-2.0
3737elif [ -d @POSTGIS_SHARE@/contrib/postgis-1.5 ]; then
38- PGSHARE=@POSTGIS_SHARE@/contrib/postgis-1.5
38+ PGSHARE=@POSTGIS_SHARE@/contrib/postgis-1.5
3939else
40- echo " Unable to find PostGIS dir in @POSTGIS_SHARE@/contrib/" && exit 1
40+ echo " Unable to find PostGIS dir in @POSTGIS_SHARE@/contrib/" && exit 1
4141fi
4242
4343echo " Create Spatial Database: $DB "
0 commit comments