install-mattermost.sh: Set DEFAULT_DB_TYPE to 'pgsql'.
This commit is contained in:
parent
41a19ee268
commit
2bdeadaa17
@ -205,7 +205,7 @@ DEFAULT_MATTERMOST_USER="mattermost"
|
||||
DEFAULT_DB_NAME="mattermost"
|
||||
DEFAULT_DB_USER="mattermost"
|
||||
|
||||
DEFAUTL_DB_TYPE="psql"
|
||||
DEFAULT_DB_TYPE="pgsql"
|
||||
|
||||
# generate random password
|
||||
regexp_digit="([23456789].*){2}"
|
||||
@ -256,8 +256,6 @@ if [[ -n "$DB_TYPE" ]] ; then
|
||||
else
|
||||
fatal "Wrong or empty Database Type (DB_TYPE) - must be 'mysql' or 'pgsql'."
|
||||
fi
|
||||
else
|
||||
DEFAULT_DB_TYPE=pgsql
|
||||
fi
|
||||
|
||||
[[ -n "$DB_NAME" ]] && DEFAULT_DB_NAME="$DB_NAME"
|
||||
|
Loading…
Reference in New Issue
Block a user