add date and hour

This commit is contained in:
Gilles Mouchet 2024-07-02 07:36:31 +02:00
parent b1e35f08ba
commit 4be52afb90

View File

@ -41,12 +41,14 @@ if ! is_scp; then
kern=$(uname -r) kern=$(uname -r)
cat << EOF cat << EOF
--------------------------------------------------------- ---------------------------------------------------------
Date - Hour: $(date +"%d.%m.%Y - %H:%M:%S")
---------------------------------------------------------
Host domain: $host_domain Host domain: $host_domain
Host name (fqdn): $host_fqdn Host name (fqdn): $host_fqdn
Host name (short): $host_short Host name (short): $host_short
Distribution: $dist Distribution: $dist
Kernel: $kern Kernel: $kern
---------------------------------------------------------- ---------------------------------------------------------
EOF EOF
fi fi
fi fi