Pull in parallel

master
andryyy 2017-06-23 08:48:19 +02:00
parent 59623a639e
commit a956732c5a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ fi
echo -e "\e[32mFetching new images, if any...\e[0m" echo -e "\e[32mFetching new images, if any...\e[0m"
sleep 2 sleep 2
docker-compose pull docker-compose pull --parallel
# Fix missing SSL, does not overwrite existing files # Fix missing SSL, does not overwrite existing files
[[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl [[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl