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