File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -752,10 +752,10 @@ startup() {
752752 # Cleanup any remaining containers with old names
753753 docker compose -p boulder stop & >> $installLog || true
754754 docker compose -p boulder rm -f & >> $installLog || true
755- for ct in boulder_bhsm_1 boulder_bredis_1 boulder_bredis_2 boulder_bredis_3 boulder_bredis_4 boulder_bredis_5 boulder_bredis_6 bpkilint; do
755+ for ct in boulder_bhsm_1 boulder_bredis_1 boulder_bredis_2 boulder_bredis_3 boulder_bredis_4 boulder_bredis_5 boulder_bredis_6 labca- bpkilint-1 ; do
756756 [ -z " $( docker ps | grep $ct ) " ] || docker stop $ct & >> $installLog
757757 done
758- for ct in boulder_bhsm_1 boulder_bredis_1 boulder_bredis_2 boulder_bredis_3 boulder_bredis_4 boulder_bredis_5 boulder_bredis_6 bpkilint; do
758+ for ct in boulder_bhsm_1 boulder_bredis_1 boulder_bredis_2 boulder_bredis_3 boulder_bredis_4 boulder_bredis_5 boulder_bredis_6 labca- bpkilint-1 ; do
759759 [ -z " $( docker ps -a | grep -e " $ct \$ " ) " ] || docker rm -f $ct & >> $installLog
760760 done
761761 docker network rm -f boulder_bluenet boulder_consulnet boulder_rednet & >> $installLog || true
You can’t perform that action at this time.
0 commit comments