use su
This commit is contained in:
parent
08374a6ca2
commit
546fee6c16
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -39,7 +39,7 @@ case "$1" in
|
|||
export DB=postgres
|
||||
|
||||
echo "Verifying we have all required libraries..."
|
||||
sudo -u diaspora -E bundle install --local
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle install --local'
|
||||
|
||||
echo "Running final rake tasks..."
|
||||
# Move these to rails-common
|
||||
|
|
Loading…
Reference in a new issue