From e4a6aeb453ee9f948966765d5bf362eb4641a353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 2 Nov 2020 15:40:37 +0100 Subject: [PATCH] comment unused DIR only needed for the ocis cli command --- scripts/zombies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zombies.sh b/scripts/zombies.sh index cfc2c7a6ffd..6c53c3da569 100644 --- a/scripts/zombies.sh +++ b/scripts/zombies.sh @@ -1,6 +1,6 @@ #!/bin/bash -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +#DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" [[ -z "$OFFSET" ]] && OFFSET=1 [[ -z "$COUNT" ]] && "$((COUNT = 1000))"