[explorer/hostname] Do not shorten hostname in any case

This commit is contained in:
Dennis Camera 2019-10-05 18:43:06 +02:00
parent 56c654808d
commit 1bab641c94
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
if command -v hostname >/dev/null
then
hostname -s
hostname
else
uname -n
fi