[explorer/hostname] Do not shorten hostname in any case
This commit is contained in:
parent
56c654808d
commit
1bab641c94
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
if command -v hostname >/dev/null
|
||||
then
|
||||
hostname -s
|
||||
hostname
|
||||
else
|
||||
uname -n
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue