diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-01 09:53:24 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-01 09:54:30 +0000 |
commit | 98e646a8fb214023ab99f661a6ad2550157c6b95 (patch) | |
tree | 0430656e1e16ec50b9eeede978c85e156a036d8a /lib/container/console | |
parent | Releasing debian version 20160615-2. (diff) | |
download | open-infrastructure-compute-tools-98e646a8fb214023ab99f661a6ad2550157c6b95.tar.xz open-infrastructure-compute-tools-98e646a8fb214023ab99f661a6ad2550157c6b95.zip |
Merging upstream version 20160701.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lib/container/console')
-rwxr-xr-x | lib/container/console | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/container/console b/lib/container/console index 779f3a6..84c561d 100755 --- a/lib/container/console +++ b/lib/container/console @@ -24,8 +24,8 @@ MACHINES="/var/lib/machines" Parameters () { - LONG_OPTIONS="name:" - OPTIONS="n:" + LONG_OPTIONS="name:," + OPTIONS="n:," PARAMETERS="$(getopt --longoptions ${LONG_OPTIONS} --name=${COMMAND} --options ${OPTIONS} --shell sh -- ${@})" |