Skip to content

Commit

Permalink
Fix: Fixed Issue with Output Directory, Create if Doesn't Exist
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarmah committed Mar 7, 2020
1 parent 220ce2f commit 402d682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ elif [[ $INPUT_OUTPUT =~ ^.*\/$ ]]; then
INPUT_OUTPUT="$DIR/$INPUT_OUTPUT"
fi

mkdir -p $INPUT_OUTPUT

for filename in `ls $INPUT_DIRECTORY`; do
filepath="$INPUT_DIRECTORY/$filename"

Expand Down

0 comments on commit 402d682

Please sign in to comment.