.zlogin: exit post startx
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
if [ $(tty) = "/dev/tty1" ]; then
|
if [ ! $DISPLAY && $(tty) = "/dev/tty1" ]; then
|
||||||
startx
|
startx
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user