diff options
-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 |