From: InformatiQ Date: Thu, 1 Sep 2011 20:24:30 +0000 (+0200) Subject: remove the check for container path as it's done in lxc-create X-Git-Tag: lxc-0.8.0-rc2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b98d38f042c403114fd07187dfe7daed44bdda;p=thirdparty%2Flxc.git remove the check for container path as it's done in lxc-create Signed-off-by: InformatiQ Signed-off-by: Daniel Lezcano --- 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"