engineyard-serverside 1.6.4.pre → 1.6.4.pre2
Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,7 @@ module EY
|
|
83
83
|
if local?
|
84
84
|
logged_system(command)
|
85
85
|
else
|
86
|
-
logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command ["sh -l -c"] + [command]}")
|
86
|
+
logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command Escape.shell_command(["sh -l -c"] + [command])}")
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|