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