diff --git a/root/.hushlogin b/root/.hushlogin deleted file mode 100644 index e69de29bb..000000000 diff --git a/root/.profile b/root/.profile index 700597a4e..44a75d510 100644 --- a/root/.profile +++ b/root/.profile @@ -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 diff --git a/root/.shrc b/root/.shrc index 700597a4e..44a75d510 100644 --- a/root/.shrc +++ b/root/.shrc @@ -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