Skip to content

Commit

Permalink
archlinux: add debugging info for missing network link
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Mulligan <ryan@ryantm.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
ryantm authored and stgraber committed Apr 7, 2014
1 parent a7440c1 commit 8dac6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-archlinux.in
Expand Up @@ -248,7 +248,7 @@ if [ -z "${name}" ]; then
fi

if [ ! -e /sys/class/net/${lxc_network_link} ]; then
echo "network link interface does not exist"
echo "network link interface, ${lxc_network_link}, does not exist"
exit 1
fi

Expand Down

0 comments on commit 8dac6e7

Please sign in to comment.