From 5c33fc5712e94145542e0a4c83f13529385bc9dc Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 8 Jan 2018 14:22:13 +0300 Subject: [PATCH] A very old bug indeed Signed-off-by: fbt --- ssm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \