From 99b1c7bc20568e3b456249e2d92d1a9b73716ece Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 16 Jul 2019 16:38:31 -0300 Subject: Load kvmxfile after creating the config entry --- kvmx | 1 + 1 file changed, 1 insertion(+) diff --git a/kvmx b/kvmx index 920e346..4fcc084 100755 --- a/kvmx +++ b/kvmx @@ -134,6 +134,7 @@ function __kvmx_initialize { # Existing kvmxfile but not registered at the global user config FOLDER="$(pwd)" __kvmx_create_config_entry + source $GLOBAL_USER_CONFIG_FOLDER/$VM else echo "$BASENAME: config not found: $GLOBAL_USER_CONFIG_FOLDER/$VM" exit 1 -- cgit v1.2.3