Skip to content

Commit

Permalink
FIX No such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Jun 24, 2024
1 parent 2ff1e52 commit 530aa92
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/app_container/files/mini_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ then
echo 'mini_cron.sh: No $UPLOAD_PATH - aborting.'
exit 1
fi
if [[ -z $BEDTOOLS_TMP_PATH ]]
then
echo 'mini_cron.sh: No $BEDTOOLS_TMP_PATH - aborting.'
exit 1
fi

mkdir -p $BEDTOOLS_TMP_PATH

while [[ 1 = 1 ]]
do
Expand Down

0 comments on commit 530aa92

Please sign in to comment.