6 lines
118 B
Text
6 lines
118 B
Text
case "$ACTION" in
|
|
post)
|
|
chown -R couchdb var/lib/couchdb/* var/log/couchdb/*
|
|
;;
|
|
esac
|
|
|