6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ "$2" = "up" ]; then
|
||
|
/sbin/service squid reload || :
|
||
|
fi
|