diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/container/list | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/container/list b/lib/container/list index a21a593..7e27a5f 100755 --- a/lib/container/list +++ b/lib/container/list @@ -118,7 +118,7 @@ List () done ;; - short) + shell) printf "${CONTAINER}\n" ;; esac @@ -139,9 +139,6 @@ ${WHITE} ${NORMAL} Container IPv4 Address(e EOF ;; - - short) - ;; esac CONTAINERS="$(cd "${MACHINES}" 2>/dev/null && find -maxdepth 1 -type d -and -not -name '.container-tools' -and -not -name 'container-tools' -and -not -name 'lost+found' -and -not -name '.snap' -and -not -name '.snapshot' -printf '%P\n' | sort)" @@ -221,7 +218,4 @@ cat << EOF EOF ;; - - short) - ;; esac |