Commit f7b98d38 by InformatiQ Committed by Daniel Lezcano

remove the check for container path as it's done in lxc-create

parent ac70c6cf
......@@ -330,11 +330,6 @@ rootfs_path=$path/$name/rootfs
config_path=$default_path/$name
cache=$cache_base/$release
if [ -f $config_path/config ]; then
echo "A container with that name exists, chose a different name"
exit 1
fi
revert()
{
echo "Interrupted, so cleaning up"
......
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