Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shell syntax for parameter (#1041)
The used syntax tries to call a non-existent `database_init_file` command: ``` Update password for user <user> ... ALTER ROLE Create Database <database> ... /entrypoint.sh: line 59: database_init_file: command not found Update User Privileges on Database ... GRANT ```
- Loading branch information