From 32b26b578365d0ea58272965d69e8400689513cb Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 10 Dec 2017 20:13:51 +0300 Subject: [PATCH] cfg_path bugfix Signed-off-by: fbt --- ssm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssm b/ssm index 34e9b38..3243e90 100755 --- a/ssm +++ b/ssm @@ -379,7 +379,7 @@ main() { service_path+=( '/etc/ssm/services' "$rundir/services" "$usrdir/services" ) # Common config path - cfg_path+=( '/etc/ssm/conf.d' ) + cfg_path+=( '/etc/ssm' ) # Load custom functions for (( idx=${#cfg_path[@]}-1; idx>=0; idx-- )); do