diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-16 16:38:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-16 16:38:31 -0300 |
commit | 99b1c7bc20568e3b456249e2d92d1a9b73716ece (patch) | |
tree | 1292bd6e03058e15eaba10828c90f220a602dfb9 | |
parent | 442c6c82e06dc0b33d48850cf3f2ec1ac6c0f028 (diff) | |
download | kvmx-99b1c7bc20568e3b456249e2d92d1a9b73716ece.tar.gz kvmx-99b1c7bc20568e3b456249e2d92d1a9b73716ece.tar.bz2 |
Load kvmxfile after creating the config entry
-rwxr-xr-x | kvmx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |