diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-04 06:06:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-04 06:07:41 +0000 |
commit | 213313c109c5551473da36a85ceb56bdf1162628 (patch) | |
tree | 36b6bef13e2080d6af1c5a6fa4ed4ceb118ff742 /lib/container/start | |
parent | Releasing debian version 20190811-1. (diff) | |
download | open-infrastructure-compute-tools-213313c109c5551473da36a85ceb56bdf1162628.tar.xz open-infrastructure-compute-tools-213313c109c5551473da36a85ceb56bdf1162628.zip |
Merging upstream version 20191104.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/container/start')
-rwxr-xr-x | lib/container/start | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/container/start b/lib/container/start index 47c2907..13fc6ef 100755 --- a/lib/container/start +++ b/lib/container/start @@ -101,6 +101,9 @@ then Usage fi +# hooks +export NAME + case "${NAME}" in ALL) NAMES="$(${PROGRAM} list --format shell --stopped)" |