Unverified Commit 099b50a4 authored by Aiden Lab's avatar Aiden Lab Committed by GitHub
Browse files

Update juicer.sh

parent ec0a6fe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ else
fi

## Create temporary directory, used for sort later
if [ ! -d "$tmpdir" ] && [ -z "$final" ] && [ -z "$dedup" ] && [ -z "deduponly" ] && [ -z "$postproc" ]; then
if [ ! -d "$tmpdir" ] && [ -z "$final" ] && [ -z "$dedup" ] && [ -z "$deduponly" ] && [ -z "$postproc" ]; then
    mkdir "$tmpdir" || { echo "***! Unable to create ${tmpdir}, check permissions." ; exit 1; }
    chmod 777 "$tmpdir"
fi