We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 915fc7f + 98105db commit 4841826Copy full SHA for 4841826
templates/pe_patch_fact_generation.sh.epp
@@ -132,7 +132,7 @@ then
132
else
133
echo "false" > $DATADIR/reboot_required
134
fi
135
- /usr/bin/needs-restarting 2>/dev/null | grep -v '^Updating Subscription' | sed 's/[[:space:]]*$//' >$DATADIR/apps_to_restart
+ /usr/bin/needs-restarting 2>/dev/null | grep -Ev "^$|^Updating Subscription|No processes|No core lib|not necessary" | sed 's/[[:space:]]*$//' >$DATADIR/apps_to_restart
136
;;
137
esac
138
0 commit comments