From 873f0f68097666614edbc82494278306f8c1b9c5 Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 14 Dec 2017 18:42:06 +0300 Subject: [PATCH] rogue debug change, reverting Signed-off-by: fbt --- ssm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssm b/ssm index 47b8bf9..7ca191b 100755 --- a/ssm +++ b/ssm @@ -423,7 +423,7 @@ main() { done # Get the service config - source "$service_config" "${@:3}" || die 7 "Failed to read the service config: $service_config" + source -- "$service_config" "${@:3}" || die 7 "Failed to read the service config: $service_config" # Legacy [[ "$service_args" ]] && service_command=( "${service_command[@]}" "${service_args[@]}" )