diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-10-27 11:50:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-10-27 11:52:17 +0000 |
commit | 6a2aaf284f86b0ee970df90f5bc87b328c8a0cef (patch) | |
tree | c4d664f989ff552554c6183af3645f7dd9ab4425 /lib/container | |
parent | Releasing version 20171013. (diff) | |
download | compute-tools-6a2aaf284f86b0ee970df90f5bc87b328c8a0cef.tar.xz compute-tools-6a2aaf284f86b0ee970df90f5bc87b328c8a0cef.zip |
Removing fallback TERM in container list, not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | lib/container/list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/container/list b/lib/container/list index 80e4e35..cd88475 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," |