mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
feedback
This commit is contained in:
parent
0ca1b7e62e
commit
5cb1295b90
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ if [ "$DATABASE_EMBEDDED" = "true" ] && [ ! -d "$DATABASE_DATA_DIR" ]; then
|
|||
chown -R postgres:postgres "$DATABASE_DATA_DIR"
|
||||
su postgres -c "initdb -D $DATABASE_DATA_DIR"
|
||||
else
|
||||
initdb -D "$DATABASE_DATA_DIR"
|
||||
initdb -D "$DATABASE_DATA_DIR" -U postgres
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue