use uname -n in hostname explorer

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-20 14:07:31 +01:00
parent cd6abf379a
commit 8d5357107b
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@
#
#
if command -v hostname >/dev/null; then
hostname -f 2>/dev/null || true
if command -v uname >/dev/null; then
uname -n
fi