From c2949d1d808341c977a1cf81be072fbb8b618ecf Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 31 Jan 2014 16:09:32 +0100 Subject: [PATCH] Improve postinstall message --- package-scripts/gitlab/postinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package-scripts/gitlab/postinst b/package-scripts/gitlab/postinst index 8b90508..189bfd6 100755 --- a/package-scripts/gitlab/postinst +++ b/package-scripts/gitlab/postinst @@ -14,6 +14,9 @@ function error_exit 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!" +echo "Thank you for installing GitLab!" +echo "You can configure GitLab for your system by running the following command:" +echo +echo "gitlab-ctl reconfigure" exit 0 -- libgit2 0.21.2