bundles/basic: add links to icinga, grafana and nginx vhosts to login message

This commit is contained in:
Franzi 2021-09-16 19:30:36 +02:00
parent 5a7d0b0afd
commit ed2bb66e3e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 62 additions and 2 deletions

View file

@ -21,6 +21,13 @@ case $TERM in
;;
esac
if [[ -f "/etc/node.description" ]]
then
echo
cat "/etc/node.description"
echo
fi
uptime
last | grep 'still logged in'