feat(src): fix output path issue

This commit is contained in:
apollorion
2023-02-02 11:47:16 -05:00
parent 67e423ccfe
commit b53ca4e2c0

View File

@ -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