Blame | Last modification | View Log | RSS feed
#!/bin/sh if [ "$2" = "up" ]; then /sbin/service squid reload || : fi
#!/bin/sh
if [ "$2" = "up" ]; then
/sbin/service squid reload || :
fi