diff options
Diffstat (limited to 'lib/container')
-rwxr-xr-x | lib/container/list | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/container/list b/lib/container/list index 80e4e35..3e1f981 100755 --- a/lib/container/list +++ b/lib/container/list @@ -26,8 +26,6 @@ MACHINES="/var/lib/machines" VERSION="$(container version)" -TERM="${TERM:-linux}" - Parameters () { GETOPT_LONGOPTIONS="all,csv-separator:,format:,host:,nwdiag-color:,nwdiag-label:,other,started,stopped," @@ -171,7 +169,7 @@ EOF echo " ${CONTAINER} [address = \"${ADDRESS}\", color = \"${COLOR}\", shape = \"flowchart.terminator\", width = \"${WIDTH}\"];" ;; - shell) + shell|sh) echo "${CONTAINER}" ;; |