summaryrefslogtreecommitdiffstats
path: root/lib/container/move
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container/move')
-rwxr-xr-xlib/container/move2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/move b/lib/container/move
index 4d64c8a..3cc2e40 100755
--- a/lib/container/move
+++ b/lib/container/move
@@ -89,7 +89,7 @@ then
exit 1
fi
-if [ ! -e "${MACHINES}/${NEW}" ]
+if [ -e "${MACHINES}/${NEW}" ]
then
echo "'${NEW}': container already exists" >&2
exit 1