mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
fix synatx
This commit is contained in:
@@ -225,7 +225,7 @@ else
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if [ "${thunderhub}" == "" ] || [ "${thunderhub}" == "off" ]; then
|
||||
if [ "${thunderhub}" == "" ] || [ "${thunderhub}" == "0" ] | [ "${thunderhub}" == "off" ]; then
|
||||
echo "- Thunderhub is OFF by config"
|
||||
else
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user