mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 18:50:46 +01:00
pkg: exit on error
This commit is contained in:
@@ -127,5 +127,5 @@ for _jail in ${JAILS}; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ $errors -ne 0 ]; then
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user