Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
nexedi
gitlab-ce
Repository
gitlab-ce
scripts
create_postgres_user.sh
Find file
Blame
History
Permalink
Fix the shebang line for bash.
· ccf58807
Matthias Fechner
authored
May 16, 2020
Not all systems having bash in `/bin`. Use ´/usr/bin/env` to search for bash in `PATH`.
ccf58807