Commit bafd7b6f73685ba520fc6085ab64daeceb95bb19
Committed by
Paulo Tada
1 parent
e679e221
Exists in
mezuro_cookbook
Fixs path for sed command.
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/gitlab/recipes/default.rb
... | ... | @@ -100,5 +100,5 @@ execute 'selinux-gitlab' do |
100 | 100 | end |
101 | 101 | |
102 | 102 | execute 'fix-relative-url-for-assets' do |
103 | - command 'sed -i \'s/# config.relative_url_root = "\/gitlab"/config.relative_url_root = "\/gitlab"/\' config/application.rb' | |
103 | + command 'sed -i \'s/# config.relative_url_root = "\/gitlab"/config.relative_url_root = "\/gitlab"/\' /usr/lib/gitlab/config/application.rb' | |
104 | 104 | end | ... | ... |