This commit is contained in:
Patrick Schleizer 2019-12-20 11:05:05 -05:00
parent 731f802895
commit 1e11b775cf
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -262,4 +262,8 @@ parse_config_folder() {
parse_config_folder parse_config_folder
if [ ! "$exit_code" = "0" ]; then
echo "ERROR: Will exist with non-zero exit code: '$exit_code'" >&2
fi
exit "$exit_code" exit "$exit_code"