Skip to content

Commit

Permalink
Merge pull request #1022 from Lisio/master
Browse files Browse the repository at this point in the history
Fix hostname in interface config for apline template
  • Loading branch information
stgraber committed May 11, 2016
2 parents c563b9a + 1c4ea80 commit 7679fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-alpine.in
Expand Up @@ -346,7 +346,7 @@ setup_network() {
cat <<-EOF > etc/network/interfaces
auto eth0
iface eth0 inet dhcp
hostname $(hostname)
hostname \$(hostname)
EOF
}

Expand Down

0 comments on commit 7679fc2

Please sign in to comment.