diff options
Diffstat (limited to '')
-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)" |