Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > ce7c0bd12781bac177391f0d6f828e91 > files > 2

cdm-0.5.3-13.fc18.noarch.rpm

if [[ -z "$DISPLAY" && -z "$SSH_TTY" && $(tty) = /dev/tty* ]]; then
	# Drop root to console
	if ! [[ $EUID -eq 0 ]]; then
		cdm
		if (( $? == 0 )); then
			exit 0
		fi
	fi
fi