diff options
author | Tristan Sloughter <[email protected]> | 2014-06-28 12:45:01 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-10-11 12:12:07 -0500 |
commit | 845c0e766ea0e7b9585a8f6f7a5372f24332f0f7 (patch) | |
tree | 1a1de90005c0a06477c85559b947a999d4351b16 /priv/templates | |
parent | a9c3c235ac81d1a17cf2feb8fbfbd70d6a57edff (diff) | |
download | relx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.tar.gz relx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.tar.bz2 relx-845c0e766ea0e7b9585a8f6f7a5372f24332f0f7.zip |
use long hostname if no hostname given
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/extended_bin.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin.dtl b/priv/templates/extended_bin.dtl index bca90f3..745691f 100644 --- a/priv/templates/extended_bin.dtl +++ b/priv/templates/extended_bin.dtl @@ -118,7 +118,7 @@ case $NAME in ;; *) # Add @hostname - NAME=$NAME@`hostname` + NAME=$NAME@`hostname -f` ;; esac |