diff --git a/scripts/zombies.sh b/scripts/zombies.sh index cfc2c7a6ff..6c53c3da56 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))"