From 3bf4524932e25b78c9ab740bf9386c4f693adbad Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 15 May 2014 23:02:41 +0200 Subject: [PATCH] Revert "Remove unused rsync command" --- config/software/gitlab-ctl.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/config/software/gitlab-ctl.rb b/config/software/gitlab-ctl.rb index bccbd19..89539bb 100644 --- a/config/software/gitlab-ctl.rb +++ b/config/software/gitlab-ctl.rb @@ -61,4 +61,7 @@ done end command "chmod 755 #{install_dir}/bin/gitlab-ctl" + + # additional omnibus-ctl commands + command "#{install_dir}/embedded/bin/rsync -a ./ #{install_dir}/embedded/service/omnibus-ctl/" end -- libgit2 0.21.2