Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovard authored Aug 21, 2024
1 parent e15d093 commit 5bb3fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init_qwat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# ##########
#
# QWAT initilization script
# QWAT initialization script
# 10.07.2015
# Denis Rouzaud
#
Expand Down Expand Up @@ -123,7 +123,7 @@ if [[ "$DROPSCHEMA" -eq 1 ]]; then
COMMIT;"
fi

# Create extenstions
# Create extensions
psql service=${PGSERVICE} -v ON_ERROR_STOP=1 -c "CREATE EXTENSION IF NOT EXISTS hstore;"
psql service=${PGSERVICE} -v ON_ERROR_STOP=1 -c "CREATE EXTENSION IF NOT EXISTS postgis;"
psql service=${PGSERVICE} -v ON_ERROR_STOP=1 -c 'CREATE EXTENSION IF NOT EXISTS "pgcrypto";'
Expand Down Expand Up @@ -307,6 +307,6 @@ if [[ "$CREATEROLES" -eq 1 ]]; then
psql service=${PGSERVICE} -v ON_ERROR_STOP=1 -f ${DIR}/roles.sql
fi

echo " *** QWAT was successfuly initialized! ***"
echo " *** QWAT was successfully initialized! ***"

exit 0

0 comments on commit 5bb3fac

Please sign in to comment.