diff --git a/config/cnas-active-settings b/config/cnas-active-settings index f3b9fdf..75b7378 100644 --- a/config/cnas-active-settings +++ b/config/cnas-active-settings @@ -27,7 +27,7 @@ CNAS_CONFIG_DIR="config" #Include files in "cnas-custom-settings.d" directory if [ -d ${CNAS_CONFIG_DIR}/cnas-custom-settings.d ] then - for include_file in `find ${CNAS_CONFIG_DIR}/cnas-custom-settings.d -type f -print` + for include_file in `find ${CNAS_CONFIG_DIR}/cnas-custom-settings.d -maxdepth 1 -type f -print` do . "$include_file" done