diff --git a/package-scripts/gitlab/postinst b/package-scripts/gitlab/postinst index b7db9fd..8b90508 100755 --- a/package-scripts/gitlab/postinst +++ b/package-scripts/gitlab/postinst @@ -12,6 +12,8 @@ function error_exit exit 1 } +ln -sf /opt/gitlab/bin/gitlab-ctl /usr/bin || error_exit "Could not symlink gitlab-ctl in /usr/bin" + echo "Thank you for installing gitlab!" exit 0 -- libgit2 0.21.2