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 }