home/loginuser/.bash_profile hinzugefügt

This commit is contained in:
2024-10-15 10:51:42 +02:00
parent 7d43e9d25a
commit 6d365a426e

View File

@@ -0,0 +1,6 @@
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
then
startx -- -nocursor
exit
sudo reboot
fi