From: Silvio Rhatto Date: Tue, 16 Jul 2019 19:38:31 +0000 (-0300) Subject: Load kvmxfile after creating the config entry X-Git-Tag: 0.1.0~126 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=99b1c7bc20568e3b456249e2d92d1a9b73716ece;p=kvmx.git Load kvmxfile after creating the config entry --- 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