Skip to content
Snippets Groups Projects
Commit 616fcd2b authored by Daniel Baumann's avatar Daniel Baumann Committed by P. Christeas
Browse files

Correcting chown calls in postinst.

bzr revid: p_christ@hol.gr-20090421090638-7t52dkc02houflfm
parent 8d9ea729
Branches
Tags
No related merge requests found
......@@ -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 "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment