print blank line after last jail

This commit is contained in:
tschettervictor
2025-04-29 20:48:11 -06:00
parent a470102356
commit feaf8c792b
17 changed files with 91 additions and 2 deletions

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
}