aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-06-30 23:48:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-06-30 23:48:25 -0300
commit378f8c37ce5eedb69a0aa4932f722c6c1eccbdbf (patch)
tree4b614bf4d5cfb0572113dd2d83098c662079d0ab
parent3f145976890e18b67019de57426a70d50887f0f2 (diff)
downloadkvmx-378f8c37ce5eedb69a0aa4932f722c6c1eccbdbf.tar.gz
kvmx-378f8c37ce5eedb69a0aa4932f722c6c1eccbdbf.tar.bz2
Fix: kvmx up: fail if basebox is not available
-rwxr-xr-xkvmx3
1 files changed, 3 insertions, 0 deletions
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"