TMOUT is now set in /etc/profile.d/evolinux.sh

This commit is contained in:
Romain Dessort 2017-08-14 11:03:21 -04:00
parent 3b68fe074f
commit 29e1c3053f

View file

@ -220,7 +220,7 @@ if [ -e /etc/debian_version ]; then
fi
if [ "$IS_TMOUTPROFILE" = 1 ]; then
grep -q TMOUT= /etc/profile || echo 'IS_TMOUTPROFILE FAILED!'
grep -q TMOUT= /etc/profile /etc/profile.d/evolinux.sh || echo 'IS_TMOUTPROFILE FAILED!'
fi
if [ "$IS_ALERT5BOOT" = 1 ]; then