rogue debug change, reverting
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
492e2aa81b
commit
873f0f6809
2
ssm
2
ssm
|
@ -423,7 +423,7 @@ main() {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Get the service config
|
# 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
|
# Legacy
|
||||||
[[ "$service_args" ]] && service_command=( "${service_command[@]}" "${service_args[@]}" )
|
[[ "$service_args" ]] && service_command=( "${service_command[@]}" "${service_args[@]}" )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user