From 4b35b2ad471f3d90769f86190b0706f4a306efbe Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 18 Jan 2025 17:37:04 -0700 Subject: [PATCH] pkg: exit on error --- usr/local/share/bastille/pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/pkg.sh b/usr/local/share/bastille/pkg.sh index 12f918db..01c1708b 100644 --- a/usr/local/share/bastille/pkg.sh +++ b/usr/local/share/bastille/pkg.sh @@ -127,5 +127,5 @@ for _jail in ${JAILS}; do done if [ $errors -ne 0 ]; then - error_notify "Failed to apply on some jails, please check logs" + error_exit "Failed to apply on some jails, please check logs" fi