data/.bash_profile aktualisiert

This commit is contained in:
2024-12-13 07:36:15 +01:00
parent cb3c1c4649
commit e7c2d849e8

9
data/.bash_profile Normal file
View File

@@ -0,0 +1,9 @@
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
then
startx -- -nocursor
exit
sudo reboot
fi
# Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.