Skip to content

Commit 645be6f

Browse files
Merge pull request #80 from Apollorion/master
feat(src): fix input path issue
2 parents 67e423c + b53ca4e commit 645be6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
88
echo "${DATETIME} - ERR input path can't be empty"
99
exit 1
1010
else
11+
INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
1112
INPUT_PARAM="-p $INPUT_PATH"
1213
fi
1314

0 commit comments

Comments
 (0)