From 71a9a9a98a850ac0200bbb4ae6a752425b8e912c Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 29 Apr 2025 20:56:36 -0600 Subject: [PATCH] common: Dont echo --- usr/local/share/bastille/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 5b53a2d6..a5430a5a 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -67,7 +67,6 @@ fi # Notify message on error, and continue to next jail error_continue() { error_notify "$@" - echo "" # shellcheck disable=SC2104 continue }