Commit a344c060 by Ryan Mulligan Committed by Stéphane Graber

archlinux: add debugging info for missing network link

parent f3415954
...@@ -248,7 +248,7 @@ if [ -z "${name}" ]; then ...@@ -248,7 +248,7 @@ if [ -z "${name}" ]; then
fi fi
if [ ! -e /sys/class/net/${lxc_network_link} ]; then 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 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment