mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
test change
This commit is contained in:
parent
247bdbf5c5
commit
b70268f411
1 changed files with 1 additions and 1 deletions
|
@ -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 ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue