X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fusr%2Flocal%2Fbin%2Fmycheckrestart;h=1d4bdaa4fa584ffb5199099d11f2408ccc90908e;hb=a1ebefe19ab910d20fad0c2fd88637fee23dee7c;hp=eec85848a7aaf642e06075ba0032a189add4a4d5;hpb=6459d4698ef983f7b1540589b87013c76913393d;p=distro-setup diff --git a/filesystem/usr/local/bin/mycheckrestart b/filesystem/usr/local/bin/mycheckrestart index eec8584..1d4bdaa 100755 --- a/filesystem/usr/local/bin/mycheckrestart +++ b/filesystem/usr/local/bin/mycheckrestart @@ -17,6 +17,4 @@ fi cmd="$s /usr/sbin/checkrestart -p" if [[ $($cmd | sed '/^Found 0 processes using old versions of upgraded files$/d' | wc -l) != 0 ]]; then $cmd - echo "with -v:" - $cmd -v fi