From 1b30a035ab452387c0134ef6508f478585cf885a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:20:03 -0400 Subject: [PATCH] convert: fix newline --- usr/local/share/bastille/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/convert.sh b/usr/local/share/bastille/convert.sh index 8c54f901..3106dab8 100644 --- a/usr/local/share/bastille/convert.sh +++ b/usr/local/share/bastille/convert.sh @@ -276,7 +276,7 @@ if [ "$#" -eq 1 ]; then # Ask if user is sure they want to convert the jail # but only if AUTO_YES=0 if [ "${AUTO_YES}" -ne 1 ]; then - warn "/n[WARNING]: Jail conversion from thin to thick can't be undone!\n" + warn "\n[WARNING]: Jail conversion from thin to thick can't be undone!\n" # shellcheck disable=SC3045 read -p "Are you sure you want to continue? [y|n]:" _answer case "${_answer}" in