7 lines
93 B
Bash
7 lines
93 B
Bash
if [[ ! $DISPLAY && $(tty) = "/dev/tty1" ]]; then
|
|
startx
|
|
exit
|
|
fi
|
|
|
|
cd /workspace/infinite
|