From: Felix Abecassis Date: Thu, 29 Mar 2018 17:21:22 +0000 (-0700) Subject: lxc-oci: make umoci less verbose X-Git-Tag: lxc-3.1.0~343^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845ba283d6dedc4719096c4099e82e7517f074aa;p=thirdparty%2Flxc.git lxc-oci: make umoci less verbose Signed-off-by: Felix Abecassis --- diff --git a/templates/lxc-oci.in b/templates/lxc-oci.in index 4dca46ac0..d4fef193e 100644 --- a/templates/lxc-oci.in +++ b/templates/lxc-oci.in @@ -312,7 +312,7 @@ if [ -n "$LXC_MAPPED_UID" ] && [ "$LXC_MAPPED_UID" != "-1" ]; then fi # shellcheck disable=SC2039 # shellcheck disable=SC2068 -umoci unpack ${umoci_args[@]} --image "${DOWNLOAD_TEMP}:latest" "${LXC_ROOTFS}.tmp" +umoci --log=error unpack ${umoci_args[@]} --image "${DOWNLOAD_TEMP}:latest" "${LXC_ROOTFS}.tmp" rmdir "${LXC_ROOTFS}" mv "${LXC_ROOTFS}.tmp/rootfs" "${LXC_ROOTFS}"