From: Silvio Rhatto Date: Sat, 1 Jul 2023 02:48:25 +0000 (-0300) Subject: Fix: kvmx up: fail if basebox is not available X-Git-Tag: 0.1.0~20 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=378f8c37ce5eedb69a0aa4932f722c6c1eccbdbf;p=kvmx.git Fix: kvmx up: fail if basebox is not available --- diff --git a/kvmx b/kvmx index d87dd24..3a2e666 100755 --- a/kvmx +++ b/kvmx @@ -414,6 +414,9 @@ function kvmx_up { fi local wait="y" + else + echo "$BASENAME: basebox $basebox not available." + exit 1 fi else local wait="y"