Commit 8353bd8e authored by Martin Bastien's avatar Martin Bastien

Forgot gitlab-shell folder

parent 6b96ca47
...@@ -530,7 +530,7 @@ namespace :gitlab do ...@@ -530,7 +530,7 @@ namespace :gitlab do
"sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}" "sudo -u #{gitlab_shell_ssh_user} ln -sf #{gitlab_shell_hook_file} #{project_hook_file}"
) )
for_more_information( for_more_information(
"#{gitlab_shell_user_home}/support/rewrite-hooks.sh" "#{gitlab_shell_user_home}/gitlab-shell/support/rewrite-hooks.sh"
) )
fix_and_rerun fix_and_rerun
next next
...@@ -562,7 +562,7 @@ namespace :gitlab do ...@@ -562,7 +562,7 @@ namespace :gitlab do
end end
def gitlab_shell_version def gitlab_shell_version
gitlab_shell_version_file = "#{gitlab_shell_user_home}/VERSION" gitlab_shell_version_file = "#{gitlab_shell_user_home}/gitlab-shell/VERSION"
if File.readable?(gitlab_shell_version_file) if File.readable?(gitlab_shell_version_file)
File.read(gitlab_shell_version_file) File.read(gitlab_shell_version_file)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment