test change

This commit is contained in:
rootzoll 2021-08-27 20:17:31 +02:00
parent 247bdbf5c5
commit b70268f411

View file

@ -152,7 +152,7 @@ echo "--> CHECK CONFIG: sudo nginx -t"
sudo nginx -t sudo nginx -t
echo "" echo ""
if [ "${touchscreen}" == "" ]; then if [ "${touchscreen}" == "" ] || [ "${touchscreen}" == "0" ] || [ "${touchscreen}" == "off" ]; then
echo "- TOUCHSCREEN is OFF by config" echo "- TOUCHSCREEN is OFF by config"
else else
echo "" echo ""