deprecate parallel mode

This commit is contained in:
tschettervictor
2025-08-03 13:32:59 -06:00
parent 2e49abc062
commit a190099450
21 changed files with 699 additions and 221 deletions

View File

@@ -139,8 +139,6 @@ add_cpuset() {
for _jail in ${JAILS}; do
(
check_target_is_running "${_jail}" || if [ "${AUTO}" -eq 1 ]; then
bastille start "${_jail}"
else
@@ -301,10 +299,5 @@ for _jail in ${JAILS}; do
;;
esac
) &
bastille_running_jobs "${bastille_process_limit}"
done
wait
done