summaryrefslogtreecommitdiffstats
path: root/lib/container/remove
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-11-12 07:54:22 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-11-12 07:54:22 +0000
commit7615d7894519e1afd313b03976643eec73a779c9 (patch)
tree835acf822c6dd0baef468ab3a6d9c2b116930e75 /lib/container/remove
parentReleasing debian version 20161105-1. (diff)
downloadopen-infrastructure-compute-tools-7615d7894519e1afd313b03976643eec73a779c9.tar.xz
open-infrastructure-compute-tools-7615d7894519e1afd313b03976643eec73a779c9.zip
Merging upstream version 20161112.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lib/container/remove')
-rwxr-xr-xlib/container/remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/remove b/lib/container/remove
index 843e9c3..04e7d30 100755
--- a/lib/container/remove
+++ b/lib/container/remove
@@ -82,7 +82,7 @@ then
Usage
fi
-if [ ! -e "${MACHINES}/${NAME}" ]
+if [ ! -e "${MACHINES}/${NAME}" ] && [ ! -e "${CONFIG}/${NAME}.conf" ]
then
echo "'${NAME}': no such container" >&2
exit 1