modified: TERMINAL.MOTD.SH
This commit is contained in:
parent
2120a6953c
commit
107ad7080b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ bold=$(tput bold)
|
||||||
normal=$(tput sgr0)
|
normal=$(tput sgr0)
|
||||||
|
|
||||||
# just checking up on how to figure out hostname
|
# just checking up on how to figure out hostname
|
||||||
if command -v hostname; then
|
if command -v hostname > /dev/null 2>&1; then
|
||||||
else
|
else
|
||||||
alias hostname="hostnamectl"
|
alias hostname="hostnamectl"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue