Skip to content

Commit

Permalink
feat(src): fix output path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Feb 2, 2023
1 parent 67e423c commit b53ca4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
echo "${DATETIME} - ERR input path can't be empty"
exit 1
else
INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
INPUT_PARAM="-p $INPUT_PATH"
fi

Expand Down

0 comments on commit b53ca4e

Please sign in to comment.