This commit is contained in:
Roberto Alsina 2024-07-07 21:50:41 -03:00
parent 52e461ec80
commit 68c9960a58

View File

@ -127,7 +127,7 @@ module Funko
# Helper to run faaso locally and respond via env # Helper to run faaso locally and respond via env
def run_faaso(args : Array(String), env) : Bool def run_faaso(args : Array(String), env) : Bool
Log.info { "Running faaso [#{args.join(", ")}, -l]" } Log.info { "Running faaso [#{args.join(", ")}, -l, 2>&1]" }
Process.run( Process.run(
command: "faaso", command: "faaso",
args: args + ["-l", "2>&1"], # Always local in the server args: args + ["-l", "2>&1"], # Always local in the server