From 43da0d9f9113f3698bb69f243d95d4fcbbc331b1 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Mon, 20 Feb 2017 18:41:27 +0530 Subject: [PATCH] copy gitlab_yml correcly --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postinst b/debian/postinst index c94b7e9271..58dd3eb227 100755 --- a/debian/postinst +++ b/debian/postinst @@ -138,6 +138,8 @@ EOF gl_proto="http" # Copy example configurations + test -f ${gitlab_yml_private} || \ + cp ${gitlab_yml_example} ${gitlab_yml_private} test -f ${gitlab_shell_config_private} || \ cp ${gitlab_shell_config_example} ${gitlab_shell_config_private}