From f7b98d38f042c403114fd07187dfe7daed44bdda Mon Sep 17 00:00:00 2001 From: InformatiQ Date: Thu, 1 Sep 2011 22:24:30 +0200 Subject: [PATCH] remove the check for container path as it's done in lxc-create Signed-off-by: InformatiQ Signed-off-by: Daniel Lezcano --- templates/lxc-fedora.in | 5 ----- 1 file changed, 5 deletions(-) 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"