fix missing quote

This commit is contained in:
rootzoll
2021-09-16 21:02:27 +02:00
parent a8874ea6ca
commit bb1afcef17

View File

@@ -363,5 +363,5 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
exit 0 exit 0
fi fi
echo "error='unknown parameter' echo "error='unknown parameter'"
exit 1 exit 1