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