From: Silvio Rhatto Date: Thu, 16 Mar 2017 21:54:18 +0000 (-0300) Subject: Fixes kvmx_ls X-Git-Tag: 0.1.0~525 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=50befeec4ac5b37c84c7287df8385c93d48f598f;p=kvmx.git Fixes kvmx_ls --- diff --git a/kvmx b/kvmx index f9a30ec..5379821 100755 --- a/kvmx +++ b/kvmx @@ -86,7 +86,7 @@ function __kvmx_initialize { fi # Load and check guest config - if [ "$ACTION" != "init" ] && [ "$ACTION" != "list" ] && [ "$ACTION" != "edit" ] && [ "$ACTION" != "usage" ]; then + if [ "$ACTION" != "init" ] && [ "$ACTION" != "list" ] && [ "$ACTION" != "ls" ] && [ "$ACTION" != "edit" ] && [ "$ACTION" != "usage" ]; then if [ ! -e "$GLOBAL_USER_CONFIG_FOLDER/$VM" ]; then echo "$BASENAME: config not found: $GLOBAL_USER_CONFIG_FOLDER/$VM" exit 1