summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-01 08:17:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-11-01 08:17:36 +0000
commita62718068b63b230ad1d038e124b15d3b7d1e22f (patch)
treea59e9dbb6a25913f82687152ec7a362b3cba73db /lib
parentReleasing debian version 20171013-1. (diff)
downloadopen-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-xlib/container/list4
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}"
;;