mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 01:23:41 +00:00
Fix lxc-create
completion.
Do not append a name of an existing container. Signed-off-by: Edênis Freindorfer Azevedo <edenisfa@gmail.com>
This commit is contained in:
parent
d72a39a528
commit
b73b4ec7fb
@ -564,7 +564,6 @@ _lxc_create() {
|
|||||||
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
|
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
_lxc_append_name
|
|
||||||
}
|
}
|
||||||
complete -F _lxc_create lxc-create
|
complete -F _lxc_create lxc-create
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user