pkg: exit on error

This commit is contained in:
tschettervictor
2025-01-18 17:37:04 -07:00
committed by GitHub
parent bdfa728eaa
commit 4b35b2ad47

View File

@@ -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