3 lines
72 B
Bash
3 lines
72 B
Bash
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
|
|
exec startx
|
|
fi
|