mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
root: adapt to latest changes
This commit is contained in:
parent
87e8f0e178
commit
4eaa3c9d64
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user