From: Felix Abecassis Date: Fri, 10 Nov 2017 06:49:35 +0000 (-0800) Subject: lxc-oci: correctly handle --url X-Git-Tag: lxc-3.0.0.beta1~192^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960f15bffef79b4359957e541250d671089f8181;p=thirdparty%2Flxc.git lxc-oci: correctly handle --url Fix: #1898 Signed-off-by: Felix Abecassis --- diff --git a/templates/lxc-oci.in b/templates/lxc-oci.in index c2cfb351a..4c4d10393 100755 --- a/templates/lxc-oci.in +++ b/templates/lxc-oci.in @@ -118,7 +118,7 @@ EOF return 0 } -options=$(getopt -o u:h -l help,name:,path:,\ +options=$(getopt -o u:h -l help,url:,name:,path:,\ rootfs:,mapped-uid:,mapped-gid: -- "$@") if [ $? -ne 0 ]; then