Correct postgres super user command
Postgres super user line was incorrect. "sudo gitlab-psql" is attempting to run a program, not become a user. But even if inserting "-u", still fails without full paths.
Postgres super user line was incorrect. "sudo gitlab-psql" is attempting to run a program, not become a user. But even if inserting "-u", still fails without full paths.