From 1c4ea80c9e590612e34794f5d082f936c810dfa0 Mon Sep 17 00:00:00 2001 From: Andrey Kostin Date: Wed, 11 May 2016 23:32:40 +0300 Subject: [PATCH] Fix hostname in interface config for apline template Signed-off-by: Andrey Kostin --- templates/lxc-alpine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index bc4eee4de..c78795cb0 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -346,7 +346,7 @@ setup_network() { cat <<-EOF > etc/network/interfaces auto eth0 iface eth0 inet dhcp - hostname $(hostname) + hostname \$(hostname) EOF }