Skip to content

Commit

Permalink
update: ignore multi-repo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 28, 2021
1 parent eba62c4 commit 99b5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/opnsense-update.sh.in
Expand Up @@ -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
Expand Down

0 comments on commit 99b5aae

Please sign in to comment.