From 49df63f1ff4971ad908206e73590e04ac9796dae Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 30 May 2024 22:03:37 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index b9ec34a1..b1c1d4f2 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1060,7 +1060,7 @@ download_and_import_docker_images() { # See https://github.com/moby/moby/issues/16106#issuecomment-310781836 for pulling images in parallel # Nohup (no hang up) with trailing ampersand allows running the command in the background # The nohup.out 2>nohup.err & + nohup sh -c "echo openpanel/nginx:latest openpanel/apache:latest | xargs -P4 -n1 docker pull" nohup.out 2>nohup.err & # stopped working on 0.1.8 :( # opencli docker-update_images & # pid1=$!