mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
fix syntax
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user