From 960f15bffef79b4359957e541250d671089f8181 Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Thu, 9 Nov 2017 22:49:35 -0800 Subject: [PATCH] lxc-oci: correctly handle --url Fix: #1898 Signed-off-by: Felix Abecassis --- templates/lxc-oci.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2