From fe700aa78c94bb553c2b5d7ce0cf845f208819b5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Jan 2026 10:43:49 +1300 Subject: [PATCH] Update source/agent-remote/common.sh --- source/agent-remote/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/agent-remote/common.sh b/source/agent-remote/common.sh index 7d31770..0015035 100755 --- a/source/agent-remote/common.sh +++ b/source/agent-remote/common.sh @@ -45,7 +45,7 @@ _create_and_start_container() { _is_container_running "$container_name" && return 0 _start_container "$container_name" else - $run_cmd + eval "$run_cmd" fi if ! _is_container_running "$container_name"; then