From 5b50c668e82df945b63fd8792f46b8a64f1553f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Sep 2020 23:07:11 +0200 Subject: Adding missing colon in container create commands '--script' option. Signed-off-by: Daniel Baumann --- lib/container/create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/container/create b/lib/container/create index 46fc7ee..a07525a 100755 --- a/lib/container/create +++ b/lib/container/create @@ -31,7 +31,7 @@ CONFIG_TEMPLATE="/usr/share/${PROJECT}/${PROGRAM}/config/container.conf.in" Parameters () { - GETOPT_LONGOPTIONS="name:,cnt.container-server:,cnt.overlay:,bind:,bind-ro:,capability:,drop-capability:script:,verbose," + GETOPT_LONGOPTIONS="name:,cnt.container-server:,cnt.overlay:,bind:,bind-ro:,capability:,drop-capability:,script:,verbose," GETOPT_OPTIONS="n:,b:,c:,d:,s:,v," PARAMETERS="$(getopt --longoptions ${GETOPT_LONGOPTIONS} --name=${COMMAND} --options ${GETOPT_OPTIONS} --shell sh -- ${@})" -- cgit v1.2.3