Commit b0566e39fa561f737b617253e8164283246f916e
1 parent
615a6e64
Exists in
master
and in
52 other branches
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 | ... | ... |