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

This commit is contained in:
Romain Dessort 2017-08-14 11:02:18 -04:00
parent fee216b218
commit 18ca4d4845

View file

@ -223,7 +223,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