4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
if [[ $(cat /etc/fds/xserver) == xorg ]]; then /usr/bin/chvt 1 || true; fi
|
|
exit 0
|