From 387ff60439749b52a8b4138ca259d4338b7dd8e3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Oct 2020 16:38:54 +0200 Subject: [PATCH] Disable set -e, since it make the script stop at pkill Since pkill is not matching anything, it fail, and set -e stop the whole script. --- cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.sh b/cleanup.sh index 31c0eae..bb2ed46 100755 --- a/cleanup.sh +++ b/cleanup.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e; +#set -e; M=/mnt; P=/build;