root: adapt to latest changes

This commit is contained in:
Franco Fichtner 2014-12-09 13:16:23 +01:00
parent 87e8f0e178
commit 4eaa3c9d64
3 changed files with 4 additions and 8 deletions

View File

View File

@ -1,5 +1,3 @@
# Detect interactive logins and display the shell
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
/etc/rc.initial
exit

View File

@ -1,5 +1,3 @@
# Detect interactive logins and display the shell
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
/etc/rc.initial
exit