From 99b5aae0918169fe628696d8618ee7547535b9a0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 28 Jul 2021 15:02:04 +0200 Subject: [PATCH] update: ignore multi-repo errors PR: https://forum.opnsense.org/index.php?topic=24113.0 --- update/opnsense-update.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/opnsense-update.sh.in b/update/opnsense-update.sh.in index 6ffe820..8589e4b 100755 --- a/update/opnsense-update.sh.in +++ b/update/opnsense-update.sh.in @@ -500,7 +500,7 @@ if [ "${DO_PKGS}" = "-p" -a -z "${DO_UPGRADE}${DO_SIZE}" ]; then recover_origin ${CORE} elif ! diff -uq ${WORKDIR}/${PRODUCT}.conf ${ORIGIN}; then # rerun sync before there are any complaints - ${PKG} update ${DO_FORCE} + ${PKG} update ${DO_FORCE} || true fi ${PKG} autoremove -y ${PKG} check -yda