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