Commit 7ba1088d authored by Seblu's avatar Seblu
Browse files

Display current time at the end

parent 6e3a663d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -49,13 +49,15 @@ print_mail() {
    echo "Operating system is $NAME"
    echo "Kernel is $(uname -s) $(uname -r) on $(uname -m)"
    echo
    echo "Current time is $(date -R)"
    echo "System is up since $(date -d "$(uptime -s)" -R)"
    echo
    echo "$(systemd-analyze)"
    echo
    echo 'Last:'
    last -5 -FRwx|head -n 5
    echo
    printf 'Generated '
    date -R
}

send_mail() {