diff --git a/ssm b/ssm index bc2869e..d3ebd7a 100755 --- a/ssm +++ b/ssm @@ -406,7 +406,7 @@ info() { "Name" "$service_name" \ "Type" "$_type" \ "$_status_label" "$_status" \ - "Exec" "${service_command[*]} ${service_args[*]}" \ + "Exec" "${service_command[*]}" \ "Respawn" "${service_respawn:-false}" \ "Config path" "$service_config" \ "Output log" "$service_logfile_out" \