fix syntax

This commit is contained in:
rootzoll
2021-05-03 15:37:56 +02:00
parent d0b89df690
commit 976b6ba244

View File

@@ -39,7 +39,7 @@ if [ "${action}" == "prepare-upload" ]; then
exit 0
fi
if [ "${action}" = "check-upload" ]; then
if [ "${action}" == "check-upload" ]; then
# 2nd PARAMETER is type of upload (optional)
type=$2