diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 08:26:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 18:17:50 +0000 |
commit | 0cfb4753b3c1e6e75e674a8dd306e7dfd1645765 (patch) | |
tree | 4e4f50dc6d9aa5b8f6a32502f1d1e82046f777c1 /lib/container/top | |
parent | Updating author section in manpages. (diff) | |
download | compute-tools-0cfb4753b3c1e6e75e674a8dd306e7dfd1645765.tar.xz compute-tools-0cfb4753b3c1e6e75e674a8dd306e7dfd1645765.zip |
Adding missing command variable in some container commands.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'lib/container/top')
-rwxr-xr-x | lib/container/top | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/container/top b/lib/container/top index 22a224a..31ec005 100755 --- a/lib/container/top +++ b/lib/container/top @@ -20,6 +20,8 @@ set -e +COMMAND="$(basename ${0})" + Parameters () { GETOPT_LONGOPTIONS="delay:," |