From 2c47b94326fe878110fb831ea2f327b2dcf37a96 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Fri, 3 Jun 2016 22:35:20 +0530 Subject: [PATCH] create /etc/gitlab-shell --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 081097bee8..542bee04d2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -106,6 +106,7 @@ EOF ${gitlab_shell_config_private} # Manage gitlab-shell's config.yml via ucf + mkdir -p /etc/gitlab-shell echo "Registering ${gitlab_shell_config} via ucf" ucf --debconf-ok --three-way ${gitlab_shell_config_private} ${gitlab_shell_config} ucfr gitlab ${gitlab_shell_config}