A very old bug indeed

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-08 14:22:13 +03:00
parent e5fc565433
commit 5c33fc5712
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -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" \