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