Skip to content

Changed sudo by su -c

gitlab-qa-bot requested to merge github/fork/nmoura/patch-1 into master

Created by: nmoura

The sudo command needs a tty to run. If you put this file on a CentOS 6, for example, it will not run in the host startup process. Instead, the 'su -c' runs the command apart if it has or not a tty.

I tested this change in a fresh install of gitlab on a CentOS 6.5 with successful.

Merge request reports