From a956732c5a2a6c08113ff176b03cee94058d3772 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 23 Jun 2017 08:48:19 +0200 Subject: [PATCH] Pull in parallel --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5084da3a..469b6ec6 100755 --- a/update.sh +++ b/update.sh @@ -81,7 +81,7 @@ fi echo -e "\e[32mFetching new images, if any...\e[0m" sleep 2 -docker-compose pull +docker-compose pull --parallel # Fix missing SSL, does not overwrite existing files [[ ! -d data/assets/ssl ]] && mkdir -p data/assets/ssl