Enabled grep quiet flag
This commit is contained in:
parent
68baa6d9ff
commit
86d8954318
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ cat << "EOF" > /usr/local/sbin/cups.sh
|
|||
|
||||
set -e
|
||||
|
||||
if cupsctl | grep PreserveJobHistory=no > /dev/null 2>&1; then
|
||||
if cupsctl | grep --quiet PreserveJobHistory=no; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue