6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
case ${ACTION} in
|
|
purge)
|
|
[ -d var/log/icecast ] && rm -rf var/log/icecast
|
|
;;
|
|
esac
|