summaryrefslogtreecommitdiff
path: root/src/etc/update-motd.d/99-reboot
blob: 718be1a7a1326a143e29b5f5223e644028036c88 (plain)
1
2
3
4
5
6
7
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
if [ -f /run/systemd/shutdown/scheduled ]; then
    echo
    run show reboot
fi
exit