This commit is contained in:
Patrick Schleizer 2019-12-21 06:16:38 -05:00
parent 78d33d8b57
commit 195e00cc87
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

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