Commit a33d331c30a1ef8c01d54d9ef748e0ca4e30eea8
1 parent
d27d77ad
Exists in
master
and in
9 other branches
Create a symlink for the gitlab-rails command
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package-scripts/gitlab/postinst
@@ -12,7 +12,7 @@ function error_exit | @@ -12,7 +12,7 @@ function error_exit | ||
12 | exit 1 | 12 | exit 1 |
13 | } | 13 | } |
14 | 14 | ||
15 | -for command in gitlab-ctl gitlab-rake | 15 | +for command in gitlab-ctl gitlab-rake gitlab-rails |
16 | do | 16 | do |
17 | ln -sf /opt/gitlab/bin/$command /usr/bin || error_exit "Could not symlink $command in /usr/bin" | 17 | ln -sf /opt/gitlab/bin/$command /usr/bin || error_exit "Could not symlink $command in /usr/bin" |
18 | done | 18 | done |