home/loginuser/.bash_profile hinzugefügt
This commit is contained in:
6
home/loginuser/.bash_profile
Normal file
6
home/loginuser/.bash_profile
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
|
||||
then
|
||||
startx -- -nocursor
|
||||
exit
|
||||
sudo reboot
|
||||
fi
|
||||
Reference in New Issue
Block a user