Skip to content

Commit

Permalink
Fix hostname in interface config for apline template
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kostin <andrey@kostin.email>
  • Loading branch information
Andrey Kostin committed May 11, 2016
1 parent c563b9a commit 1c4ea80
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 1c4ea80

Please sign in to comment.