mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
test change
This commit is contained in:
@@ -152,7 +152,7 @@ echo "--> CHECK CONFIG: sudo nginx -t"
|
||||
sudo nginx -t
|
||||
echo ""
|
||||
|
||||
if [ "${touchscreen}" == "" ] || [ "${touchscreen}" == "0" ]; then
|
||||
if [ "${touchscreen}" == "" ]; then
|
||||
echo "- TOUCHSCREEN is OFF by config"
|
||||
else
|
||||
echo ""
|
||||
|
Reference in New Issue
Block a user