Skip to content

Commit

Permalink
Update juicer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
theaidenlab authored Nov 15, 2017
1 parent ec0a6fe commit 099b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 099b50a

Please sign in to comment.