Skip to content

Commit

Permalink
FIX permission
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Jun 24, 2024
1 parent 4335caf commit feb34ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/app_container/files/mini_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ then
exit 1
fi

mkdir -p $BEDTOOLS_TMP_PATH
mkdir -p "$BEDTOOLS_TMP_PATH"
chmod 1777 "$BEDTOOLS_TMP_PATH"

while [[ 1 = 1 ]]
do
Expand Down

0 comments on commit feb34ba

Please sign in to comment.