mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
reboot to activate touchscreen
This commit is contained in:
parent
0fbba2b8e5
commit
b6c96f133a
1 changed files with 6 additions and 0 deletions
|
@ -645,6 +645,12 @@ if [ ${isMounted} -eq 0 ]; then
|
|||
# signal that setup phas is over
|
||||
sed -i "s/^setupPhase=.*/setupPhase='done'/g" ${infoFile}
|
||||
|
||||
# if touchscreen is on (on recover/update) --> reboot now to activate touchscreen
|
||||
source ${configFile}
|
||||
if [ "${touchscreen}" == "1" ] || [ "${touchscreen}" == "on" ]; then
|
||||
/home/admin/config.scripts/blitz.shutdown.sh reboot
|
||||
fi
|
||||
|
||||
else
|
||||
|
||||
############################
|
||||
|
|
Loading…
Add table
Reference in a new issue