diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-01 08:17:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-01 08:17:36 +0000 |
commit | a62718068b63b230ad1d038e124b15d3b7d1e22f (patch) | |
tree | a59e9dbb6a25913f82687152ec7a362b3cba73db /lib | |
parent | Releasing debian version 20171013-1. (diff) | |
download | open-infrastructure-compute-tools-a62718068b63b230ad1d038e124b15d3b7d1e22f.tar.xz open-infrastructure-compute-tools-a62718068b63b230ad1d038e124b15d3b7d1e22f.zip |
Merging upstream version 20171101.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib')
-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}" ;; |