rogue debug change, reverting

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-12-14 18:42:06 +03:00
parent 492e2aa81b
commit 873f0f6809
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -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[@]}" )