From 2681706af40094673140b9154d5786cb23fffaf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 23 Sep 2016 23:38:11 +0300 Subject: [PATCH] own gitlab_shell_secret by git user db:migrate task attempts to write it if the file is empty --- gitlab-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-shell.spec b/gitlab-shell.spec index 28e327c..420f136 100644 --- a/gitlab-shell.spec +++ b/gitlab-shell.spec @@ -105,7 +105,7 @@ fi %doc README.md CHANGELOG LICENSE %dir %{_sysconfdir}/gitlab %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/gitlab-shell-config.yml -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/.gitlab_shell_secret +%attr(640,%{uname},%{gname}) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gitlab/.gitlab_shell_secret %dir %{_datadir}/%{name} %{_datadir}/%{name}/lib %dir %{_datadir}/%{name}/bin -- 2.44.0