From 46f85b7f3fdf748a283a7f4635172dfd67fbe9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 15 Apr 2014 13:22:13 +0200 Subject: [PATCH] dom0-updates: fix command quotation, hide only harmless error msgs --- dom0-updates/qubes-dom0-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 443a9cc..125d61b 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -80,7 +80,7 @@ echo "Using $UPDATEVM as updatevm to download updates for Dom0, this may take so # Start VM if not running already qvm-run $QVMRUN_OPTS -a $UPDATEVM true || exit 1 -tar c /var/lib/rpm /etc/yum.repos.d /etc/yum.conf 2>/dev/null | qvm-run -p "$UPDATEVM" tar x -C /var/lib/qubes/dom0-updates 2> /dev/null +tar c /var/lib/rpm /etc/yum.repos.d /etc/yum.conf 2>/dev/null | qvm-run -p "$UPDATEVM" 'tar x -C /var/lib/qubes/dom0-updates' qvm-run $QVMRUN_OPTS --pass-io $UPDATEVM "/usr/lib/qubes/qubes-download-dom0-updates.sh --doit --nogui $ALL_OPTS" RETCODE=$?