bundles/users: show last five logins on login

This commit is contained in:
Franzi 2023-07-02 06:09:23 +02:00
parent e9ee11cd08
commit fa4ea575b4
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -19,7 +19,9 @@ then
fi
uptime
last | grep 'still logged in'
echo
last | head -n5
echo
export HISTCONTROL=ignoredups
export HISTSIZE=50000