1
0

Compare commits

...

1 Commits

Author SHA1 Message Date
87653b7e27 Bug: completeion profile 2025-08-25 03:09:14 +02:00

View File

@@ -29,7 +29,7 @@ _mtm-ssh-vpn() {
case $prev in
--help | status | disconnect_all) return;;
connect)
local -r PROFILELIST=$(\ls "${PROFILE_DIR}")
local -r PROFILELIST=$(\ls "${PROFILE_DIR}/profiles")
# shellcheck disable=SC2207
COMPREPLY=($(compgen -W "${PROFILELIST}" -- "${COMP_WORDS[COMP_CWORD]}"))
return