diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-07-01 07:29:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-07-01 07:31:33 +0000 |
commit | 63458fc4eeac5839b7f0ec07e4debbcff0f97a0e (patch) | |
tree | f13375842e7ba14fdfe3f7064d31c5d72a743da6 /lib/container/move | |
parent | Releasing debian version 20170629-1. (diff) | |
download | open-infrastructure-compute-tools-63458fc4eeac5839b7f0ec07e4debbcff0f97a0e.tar.xz open-infrastructure-compute-tools-63458fc4eeac5839b7f0ec07e4debbcff0f97a0e.zip |
Merging upstream version 20170701.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/container/move')
-rwxr-xr-x | lib/container/move | 2 |
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 |