From fa127ddcfdd083ef4f588186a1208795eba6c110 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jun 2018 19:08:45 -0300 Subject: Taking create action into account at __kvmx_initialize --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx') 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 -- cgit v1.2.3