mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -10,3 +10,9 @@ alias mv='mv -i'
|
||||
if [ -f /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
fi
|
||||
|
||||
# Automatically logout only console users after 10 minutes.
|
||||
export TMOUT=0
|
||||
if [ -z "${SSH_TTY}" ] && [ -z "${STY}" ]; then
|
||||
export TMOUT=600
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user