[multipass] remove blockage among --both-distros option

This commit is contained in:
Luis Guzmán 2026-01-06 16:29:27 -06:00
parent ee7e8af9a0
commit 0c8b1168a7
1 changed files with 2 additions and 4 deletions

View File

@ -52,7 +52,7 @@ LOCAL_VARS_URL="${LOCAL_VARS_URL:-https://raw.githubusercontent.com/iiab/iiab/re
WAIT_TRIES="${WAIT_TRIES:-60}" # used ONLY for the first auto-resume
WAIT_SLEEP="${WAIT_SLEEP:-5}"
STAGGER="${STAGGER:-15}"
STAGGER="${STAGGER:-20}"
ACTION="run"
modules=()
@ -505,9 +505,7 @@ fi
case "$ACTION" in
run)
phase_parallel_stagger launch
phase_parallel_stagger install
phase_parallel_stagger resume 1
pipeline_parallel_stagger
summary
;;
continue)