Skip to content

Commit

Permalink
Merge pull request #231 from tsloughter/master
Browse files Browse the repository at this point in the history
use long hostname if no hostname given
  • Loading branch information
jwilberding committed Oct 11, 2014
2 parents a9c3c23 + 845c0e7 commit 7c7194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin.dtl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ case $NAME in
;;
*)
# Add @hostname
NAME=$NAME@`hostname`
NAME=$NAME@`hostname -f`
;;
esac

Expand Down

0 comments on commit 7c7194f

Please sign in to comment.