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