From 674c687fcba08c595880c95c66e9a5e5d27fdb56 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:00:54 -0600 Subject: [PATCH] common: blank line after error_continue --- usr/local/share/bastille/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 8268ca82..afd0a2ad 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -67,6 +67,7 @@ fi # Notify message on error, and continue to next jail error_continue() { error_notify "$@" + echo "" # shellcheck disable=SC2104 continue }