Fix typo in PostgreSQL setup message

This commit is contained in:
Tobias 2025-11-14 13:58:18 +01:00 committed by GitHub
parent f0d295ffdc
commit b101b5b56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3972,7 +3972,7 @@ function setup_postgresql_db() {
echo "Password: $PG_DB_PASS"
} >>"$CREDS_FILE"
msg_ok "Set up PostgreSQL Database"
msg_ok "Setup PostgreSQL Database"
# Export for use in calling script
export PG_DB_NAME