aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/porticron4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/porticron b/bin/porticron
index 3e85e6c..dc2b8f6 100755
--- a/bin/porticron
+++ b/bin/porticron
@@ -78,6 +78,10 @@ log "running SYNC_OVERLAY_CMD: ${SYNC_OVERLAYS_CMD:-/bin/true}"
${SYNC_OVERLAYS_CMD:-/bin/true} &>/dev/null
+# run emerge once to perform global updates while not cluttering mail output
+/usr/bin/emerge --info &>/dev/null
+
+
# GLSA check
log "running GLSA_AFFECTED: /usr/bin/glsa-check --test --verbose affected"
GLSA_AFFECTED=$(/usr/bin/glsa-check --test --verbose affected 2>/dev/null)