From a651c7acab1db527d2ed4a41f4f0bac45b0058e4 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 9 Dec 2016 10:39:43 +0100 Subject: [PATCH] Suppression d'un umask en double --- HowtoGitlab/8.14.md | 1 - 1 file changed, 1 deletion(-) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index 8c999ca8..0972cf6e 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -274,7 +274,6 @@ $ sed -i 's/redis.sock/foo.sock/' config/resque.yml On installe les Gems requise : ~~~ -$ umask 002 $ bundle install -j$(nproc) --deployment --without development test mysql aws kerberos ~~~