Commit 9584233284a9cb01b5558dbb1384d16c5ba84b2e
1 parent
720d3c34
Exists in
master
and in
17 other branches
Remove unused rsync command
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
config/software/gitlab-ctl.rb
@@ -59,7 +59,4 @@ done | @@ -59,7 +59,4 @@ done | ||
59 | end | 59 | end |
60 | 60 | ||
61 | command "chmod 755 #{install_dir}/bin/gitlab-ctl" | 61 | command "chmod 755 #{install_dir}/bin/gitlab-ctl" |
62 | - | ||
63 | - # additional omnibus-ctl commands | ||
64 | - command "#{install_dir}/embedded/bin/rsync -a ./ #{install_dir}/embedded/service/omnibus-ctl/" | ||
65 | end | 62 | end |