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 a093190 commit ec0a6fe
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 @@ -278,7 +278,7 @@ fi

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

Expand Down

0 comments on commit ec0a6fe

Please sign in to comment.