- Timestamp:
- 08/02/11 11:36:35 (10 months ago)
- Files:
-
- 1 modified
-
sample/trunk/geodata/create_database.bash.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sample/trunk/geodata/create_database.bash.in
r3795 r3841 34 34 done 35 35 36 if [[ -n $${drop} ]] ; then36 if [[ -n $${drop} ]] && psql -l | grep $${dbname} > /dev/null; then 37 37 dropdb $${dbname} 38 38 fi
