Skip to content

Fix `chpst: fatal: unknown user/group: gitlab-psql`

Gabriel Mazetto requested to merge fix-gitlab-pg-ctl into master

chpst doesn't play well when user/group is quoted.

This was initially quoted because shellcheck was flagging:

-- SC2086: Double quote to prevent globbing and word splitting.

Merge request reports