From d1e2bfa212af81c609d32934a915010bdca39d37 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 6 Mar 2022 18:25:18 +0100 Subject: [PATCH] Another fix --- run-seedbox.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run-seedbox.sh b/run-seedbox.sh index 741e661..df1991f 100755 --- a/run-seedbox.sh +++ b/run-seedbox.sh @@ -258,8 +258,6 @@ echo-debug "[$0] Here is the list of all files which are going to be processed: echo "[$0] ***** Config OK. Launching services... *****" -exit 0 - if [[ "${SKIP_PULL}" != "1" ]]; then echo "[$0] ***** Pulling all images... *****" docker-compose ${ALL_SERVICES} pull