From a33d331c30a1ef8c01d54d9ef748e0ca4e30eea8 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 18 Jun 2014 10:29:06 +0200 Subject: [PATCH] Create a symlink for the gitlab-rails command --- package-scripts/gitlab/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-scripts/gitlab/postinst b/package-scripts/gitlab/postinst index 25a99d6..aab50c5 100755 --- a/package-scripts/gitlab/postinst +++ b/package-scripts/gitlab/postinst @@ -12,7 +12,7 @@ function error_exit exit 1 } -for command in gitlab-ctl gitlab-rake +for command in gitlab-ctl gitlab-rake gitlab-rails do ln -sf /opt/gitlab/bin/$command /usr/bin || error_exit "Could not symlink $command in /usr/bin" done -- libgit2 0.21.2