6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
case ${ACTION} in
|
||
|
post)
|
||
|
chown -R privoxy:privoxy etc/privoxy
|
||
|
;;
|
||
|
esac
|