From: Silvio Rhatto Date: Wed, 13 Jun 2018 22:08:45 +0000 (-0300) Subject: Taking create action into account at __kvmx_initialize X-Git-Tag: 0.1.0~234 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa127ddcfdd083ef4f588186a1208795eba6c110;p=kvmx.git Taking create action into account at __kvmx_initialize --- 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