aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index f861fdc..6856020 100755
--- a/kvmx
+++ b/kvmx
@@ -202,7 +202,7 @@ function __kvmx_initialize {
if [ ! -e "$image" ] && [ "$ACTION" != "up" ] && [ "$ACTION" != "provision" ] && [ "$ACTION" != "purge" ] \
&& [ "$ACTION" != "destroy" ] && [ "$ACTION" != "install" ] && [ "$ACTION" != "config" ] \
- && [ "$ACTION" != "config_unset" ]; then
+ && [ "$ACTION" != "config_unset" ] && [ "$ACTION" != "create" ]; then
echo "$BASENAME: file not found: $image"
exit 1
fi