From bcd8dd7fc02798809feae14c3e767a1fdd6957f8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 22 Feb 2022 18:35:11 +0300 Subject: [PATCH] No parsing and explicit bad return code if download failed --- feeds-dnp.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds-dnp.zsh b/feeds-dnp.zsh index 487ec2a..7733dcb 100755 --- a/feeds-dnp.zsh +++ b/feeds-dnp.zsh @@ -1,3 +1,3 @@ #!/usr/bin/env zsh cmds=$0:h:a/cmd -exec $cmds/do-in-parallel.zsh dnp FEEDER_DOWNLOAD_JOBS "$cmds/download.sh {} ; $cmds/parse.sh {}" +exec $cmds/do-in-parallel.zsh dnp FEEDER_DOWNLOAD_JOBS "$cmds/download.sh {} && $cmds/parse.sh {}" -- 2.44.0