Commit 3bf4524932e25b78c9ab740bf9386c4f693adbad

Authored by Jacob Vosmaer
1 parent fae18b25

Revert "Remove unused rsync command"

This reverts commit 9584233284a9cb01b5558dbb1384d16c5ba84b2e.
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/software/gitlab-ctl.rb
... ... @@ -61,4 +61,7 @@ done
61 61 end
62 62  
63 63 command "chmod 755 #{install_dir}/bin/gitlab-ctl"
  64 +
  65 + # additional omnibus-ctl commands
  66 + command "#{install_dir}/embedded/bin/rsync -a ./ #{install_dir}/embedded/service/omnibus-ctl/"
64 67 end
... ...