diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 29917ba5..62777ea2 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -752,9 +752,8 @@ esac function fuPULLIMAGES { for name in $(cat $myTPOTCOMPOSE | grep -v '#' | grep image | cut -d'"' -f2 | uniq) do - docker pull $name & + docker pull $name done -wait } fuBANNER "Pull images" fuPULLIMAGES