Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 666a6a82d57101827a0ccb884a59de54 > files > 2

cdm-0.5.3-4.fc15.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