From 976b6ba2444498649e8ed018b6a792f078754509 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 3 May 2021 15:37:56 +0200 Subject: [PATCH] fix syntax --- home.admin/config.scripts/blitz.upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/blitz.upload.sh b/home.admin/config.scripts/blitz.upload.sh index 9d4a19ec2..ddb1e50db 100644 --- a/home.admin/config.scripts/blitz.upload.sh +++ b/home.admin/config.scripts/blitz.upload.sh @@ -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