From bce94c9f77eebe4fc9bb0b58afe04f5c276532de Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 1 Jun 2020 09:31:51 +0200 Subject: condensed reboot summary, reboot summary in any case, updated sudoers --- bin/dnfu | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/dnfu b/bin/dnfu index 966285e..175be76 100755 --- a/bin/dnfu +++ b/bin/dnfu @@ -129,9 +129,6 @@ function supgrade { ;; esac unset UFIN USTART - printf "Checking for outdated running services or necessity to reboot...:\n" - sudo "${UCMD}" needs-restarting -C --color true 2>&1|tee -a "$DLOG" - sudo "$UCMD" needs-restarting -r >/dev/null 2>&1 ||$LWCMD "Reboot required."||: } function snrefresh { rbeg "Refreshing snapd snaps" @@ -174,8 +171,12 @@ esac if [ "$UPDAVAIL" -eq 0 ];then supgrade fi +#printf "Checking for outdated running services or necessity to reboot...:\n" +sudo "${UCMD}" needs-restarting -C 2>/dev/null|grep -P '^[0-9]+[ ]+:'|wc -l +sudo "${UCMD}" needs-restarting -C -r --color true 2>&1|tee -a "$DLOG" +sudo "${UCMD}" needs-restarting -r >/dev/null 2>&1 ||$LWCMD "Reboot required."||: -if [ ! -z "$SCMD" ];then +if [ -e "$SCMD" ];then snrefresh fi $LCMD "Detailed logfile is located at $DLOG." -- cgit v1.2.3