diff --git a/core/base.module.sh b/core/base.module.sh index 0629b77..66a4a24 100755 --- a/core/base.module.sh +++ b/core/base.module.sh @@ -264,10 +264,10 @@ function base.printEnvironment() { [[ "${CIS[SET]:+isset}" != "isset" ]] \ && return 1 - echo "Content of array CIS:" - echo "---------------------" + echo "Content of array CIS: (all folders end with an tailing '/')" + echo "-----------------------------------------------------------" for _KEY in "${!CIS[@]}"; do - printf " %s\n" "CIS[${_KEY}]: ${CIS[${_KEY}]}\n" + printf " %s\n" "CIS[${_KEY}]: ${CIS[${_KEY}]}" done return 0 }