#!/bin/bash if [[ $(cat /etc/fds/xserver) == xorg ]]; then /usr/bin/chvt 1 || true; fi exit 0