mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 01:30:52 +01:00
pkg: exit on error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user