4 lines
53 B
Bash
4 lines
53 B
Bash
if [ "$(tty)" = /dev/tty1 ]; then
|
|
exec startx
|
|
fi
|
if [ "$(tty)" = /dev/tty1 ]; then
|
|
exec startx
|
|
fi
|