From 8ffb48fb1b38b2a9f842b5cf8dd45f567ae1a5f4 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 15 May 2018 16:05:30 +0200 Subject: [PATCH] Remove set -e/errexit, which causes the script to silently fail when no process is found with -j --- kill-wpull-connections | 1 - 1 file changed, 1 deletion(-) diff --git a/kill-wpull-connections b/kill-wpull-connections index e108435..9a4c245 100755 --- a/kill-wpull-connections +++ b/kill-wpull-connections @@ -1,5 +1,4 @@ #!/bin/bash -set -e if [[ "$1" == '-h' || $# -ne 2 ]] then