No longer needed

This commit is contained in:
David Heinemeier Hansson
2023-02-01 14:11:52 +01:00
parent f06d639583
commit 4c8b1a3e04

View File

@@ -43,7 +43,7 @@ class Mrsk::Commands::Accessory < Mrsk::Commands::Base
run_over_ssh pipe(
docker(:logs, service_name, "-t", "-n", "10", "-f", "2>&1"),
(%(grep "#{grep}") if grep)
).join(" "), host: host
).join(" ")
end
def exec(*command, interactive: false)
@@ -68,7 +68,7 @@ class Mrsk::Commands::Accessory < Mrsk::Commands::Base
end
def exec_over_ssh(*command)
run_over_ssh run_exec(*command, interactive: true).join(" "), host: host
run_over_ssh run_exec(*command, interactive: true).join(" ")
end
def bash