From 060b438966bb43897b4ae0587cdafd9f8b310672 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 9 Dec 2016 10:45:21 +0100 Subject: [PATCH] =?UTF-8?q?pas=20de=20r=C3=A9p=C3=A9tition=20des=20umask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/8.14.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index 460e9ad5..b2e9d516 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -284,7 +284,6 @@ $ bundle install -j$(nproc) --deployment --without development test mysql aws ke Installation : ~~~ -$ umask 002 $ bundle exec rake gitlab:shell:install REDIS_URL=unix:/var/run/redis/foo.sock RAILS_ENV=production SKIP_STORAGE_VALIDATION=true $ chmod -R ug+rwX,o-rwx ~/repositories/ $ chmod -R ug-s ~/repositories/ @@ -296,7 +295,6 @@ $ chmod g+s ~/repositories/ Installation : ~~~ -$ umask 002 $ cd $ git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git $ cd gitlab-workhorse