Skip to content

Commit

Permalink
use long hostname if no hostname given
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Oct 11, 2014
1 parent a9c3c23 commit 845c0e7
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 845c0e7

Please sign in to comment.