summaryrefslogtreecommitdiffstats
path: root/src/root/.profile
blob: 700597a4e7e1b3dfe43d0c4181aef0ad4b7eab2e (plain)
1
2
3
4
5
# Detect interactive logins and display the shell
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
	/etc/rc.initial
	exit
fi
OpenPOWER on IntegriCloud