From 099b50a480923b18d3f0b71897d35a15980b7deb Mon Sep 17 00:00:00 2001 From: Aiden Lab Date: Wed, 15 Nov 2017 13:37:27 -0500 Subject: [PATCH] Update juicer.sh --- CPU/juicer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPU/juicer.sh b/CPU/juicer.sh index c4aca34..663c38e 100755 --- a/CPU/juicer.sh +++ b/CPU/juicer.sh @@ -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