summaryrefslogtreecommitdiffstats
path: root/root/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'root/.profile')
-rw-r--r--root/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.profile b/root/.profile
index cf2ea6a..700597a 100644
--- a/root/.profile
+++ b/root/.profile
@@ -1,5 +1,5 @@
# Detect interactive logins and display the shell
-if [ -n "${SSH_TTY}" -o "${TERM}" = "xterm" ]; then
+if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
OpenPOWER on IntegriCloud