Merge pull request #992 from BastilleBSD/tschettervictor-patch-1

common: blank line after error_continue
This commit is contained in:
tschettervictor
2025-04-29 22:01:58 -06:00
committed by GitHub

View File

@@ -67,6 +67,7 @@ fi
# Notify message on error, and continue to next jail
error_continue() {
error_notify "$@"
echo ""
# shellcheck disable=SC2104
continue
}