From: Felix Abecassis Date: Fri, 1 Dec 2017 06:51:47 +0000 (-0800) Subject: lxc-oci: remove unhelpful comment X-Git-Tag: lxc-3.0.0.beta1~145^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b42266dc6f08ef11475fd9fb2ba9a8e3b7cd1bf;p=thirdparty%2Flxc.git lxc-oci: remove unhelpful comment Signed-off-by: Felix Abecassis --- diff --git a/templates/lxc-oci.in b/templates/lxc-oci.in index 1c7e0721f..8e6df1f5b 100755 --- a/templates/lxc-oci.in +++ b/templates/lxc-oci.in @@ -237,9 +237,7 @@ if [ -n "$OCI_USERNAME" ]; then fi skopeo copy ${skopeo_args[@]} "${OCI_URL}" "oci:${DOWNLOAD_TEMP}:latest" -# Unpack the rootfs echo "Unpacking the rootfs" - umoci_args=("") if [ -n "$LXC_MAPPED_UID" ] && [ "$LXC_MAPPED_UID" != "-1" ]; then umoci_args+=(--rootless)