Commit c1820e27ce6598c2b1782d2e59f9b196d62369ba
1 parent
aefadd7c
Exists in
master
and in
17 other branches
Create a symlink for gitlab-ctl
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
package-scripts/gitlab/postinst
@@ -12,6 +12,8 @@ function error_exit | @@ -12,6 +12,8 @@ function error_exit | ||
12 | exit 1 | 12 | exit 1 |
13 | } | 13 | } |
14 | 14 | ||
15 | +ln -sf /opt/gitlab/bin/gitlab-ctl /usr/bin || error_exit "Could not symlink gitlab-ctl in /usr/bin" | ||
16 | + | ||
15 | echo "Thank you for installing gitlab!" | 17 | echo "Thank you for installing gitlab!" |
16 | 18 | ||
17 | exit 0 | 19 | exit 0 |