From 0fb4aac12a30c00a3a2c290540688ad0ff9b5b00 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:25:56 -0600 Subject: [PATCH] cmd: Rename print > return --- usr/local/share/bastille/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/cmd.sh b/usr/local/share/bastille/cmd.sh index bd273414..2f8c05e9 100644 --- a/usr/local/share/bastille/cmd.sh +++ b/usr/local/share/bastille/cmd.sh @@ -122,4 +122,4 @@ for _jail in ${JAILS}; do done wait -bastille_print_exit_code +bastille_return_exit_code