modified: TERMINAL.MOTD.SH

This commit is contained in:
maxi 2025-06-15 20:17:35 +02:00
parent 2120a6953c
commit 107ad7080b

View file

@ -3,7 +3,7 @@ bold=$(tput bold)
normal=$(tput sgr0)
# just checking up on how to figure out hostname
if command -v hostname; then
if command -v hostname > /dev/null 2>&1; then
else
alias hostname="hostnamectl"
fi