Enabled grep quiet flag

This commit is contained in:
Sun Knudsen 2022-11-15 13:09:16 -05:00 committed by GitHub
parent 68baa6d9ff
commit 86d8954318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ cat << "EOF" > /usr/local/sbin/cups.sh
set -e set -e
if cupsctl | grep PreserveJobHistory=no > /dev/null 2>&1; then if cupsctl | grep --quiet PreserveJobHistory=no; then
exit 0 exit 0
fi fi