]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-oci: correctly handle --url 1914/head
authorFelix Abecassis <fabecassis@nvidia.com>
Fri, 10 Nov 2017 06:49:35 +0000 (22:49 -0800)
committerFelix Abecassis <fabecassis@nvidia.com>
Fri, 10 Nov 2017 06:49:35 +0000 (22:49 -0800)
Fix: #1898
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
templates/lxc-oci.in

index c2cfb351a1e447abcb1c91a81e7962d77fbe7eda..4c4d1039332897b6d24098dd63441f91c553da6d 100755 (executable)
@@ -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