diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-04 03:25:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-04 03:26:00 +0000 |
commit | 5bd895ee481ff7ab6417873dbe0b191ce2ec7d37 (patch) | |
tree | b3c7cbf8d592e1303035e757b4c4d69d4f9ddcfc /bin/container | |
parent | Releasing debian version 20210727-1. (diff) | |
download | open-infrastructure-compute-tools-5bd895ee481ff7ab6417873dbe0b191ce2ec7d37.tar.xz open-infrastructure-compute-tools-5bd895ee481ff7ab6417873dbe0b191ce2ec7d37.zip |
Merging upstream version 20210804.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/container')
-rwxr-xr-x | bin/container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container b/bin/container index 172caec..68e3965 100755 --- a/bin/container +++ b/bin/container @@ -34,6 +34,7 @@ then echo "Usage: ${PROGRAM} COMMAND1,COMMAND2,... [COMMON_OPTIONS]" >&2 echo echo "See ${PROGRAM}(1) and ${PROJECT}(7) for more information." + exit 1 fi |