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