test/container: fix path to koji sql schema
This commit is contained in:
parent
7ade47b379
commit
c12492a7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ psql_cmd() {
|
|||
|
||||
# initialize the database if it isn't initialized already
|
||||
if ! psql_cmd -c "select * from users" &>/dev/null; then
|
||||
psql_cmd -f /usr/share/doc/koji/docs/schema.sql >/dev/null
|
||||
psql_cmd -f /usr/share/koji/schema.sql >/dev/null
|
||||
fi
|
||||
|
||||
# ensure /mnt/koji is owned by apache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue