Correcting chown calls in postinst.

bzr revid: p_christ@hol.gr-20090421090638-xwbom9o96bob21rr
This commit is contained in:
Daniel Baumann 2009-04-21 12:06:38 +03:00 committed by P. Christeas
parent 615e882f63
commit 34912ba490
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -17,10 +17,10 @@ case "${1}" in
chmod 0640 ${LOGFILE}
# Setting ownership
chown ${USER}:${USER} /usr/lib/openerp-server/addons -R
chown ${USER} /usr/lib/openerp-server/addons -R
chmod 0640 ${CONFFILE}
chown ${USER}:${USER} ${CONFFILE}
chown ${USER} ${CONFFILE}
echo
echo "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"