Project

General

Profile

Bug #14131 » ssh_rb-20160310-1.patch

Karli Sjöberg, 03/10/2016 01:23 AM

View differences:

app/services/foreman/provision/ssh.rb 2016-03-10 07:19:20.884779000 +0100
end
def command
"#{command_prefix} bash -c 'chmod 0701 #{remote_script} && #{command_prefix} #{remote_script}' | tee #{remote_script}.log"
"#{command_prefix} sh -c 'chmod 0701 #{remote_script} && #{command_prefix} #{remote_script}' | tee #{remote_script}.log"
end
def defaults
    (1-1/1)