1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 13:00:17 +01:00

Narrow down proposed VMs to running only for ssh command.

This commit is contained in:
2021-10-19 19:32:17 +02:00
parent 6528813d6a
commit deba0aa621

2
box.py
View File

@@ -185,7 +185,7 @@ _boxpy() {
;;
ssh)
if [[ ${prev} == ${cmd} ]]; then
_vms_comp vms
_vms_comp runningvms
fi
;;
esac