Commit c1820e27ce6598c2b1782d2e59f9b196d62369ba

Authored by Jacob Vosmaer
1 parent aefadd7c

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 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 17 echo "Thank you for installing gitlab!"
16 18  
17 19 exit 0
... ...