diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in index 48cb1c07d..d35600afc 100644 --- a/templates/lxc-fedora.in +++ b/templates/lxc-fedora.in @@ -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"