[copy-to-squid] drop warning empty acl
Ignore-this: ba0ce7a7a7ef026b31e20d7310e0d1d darcs-hash:20120718113738-28565-eaaf6f17fb50bd29a898ed927a7ec045e5577ae6.gz
This commit is contained in:
parent
caa81310c9
commit
a1a24dd5bd
1 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@ done; done
|
|||
|
||||
#echo -e "\033[1;32mRedémarage de squid...\033[1;0m"
|
||||
|
||||
/etc/init.d/squid3 restart > /dev/null || echo 'Ooups: impossible de relancer squid'
|
||||
(/etc/init.d/squid3 restart > /dev/null || echo 'Ooups: impossible de relancer squid') \
|
||||
2>&1 | grep -v "Warning: empty ACL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue