Merge lp:~francois-ctrlaltdel/charms/precise/openerp-web/fix-config-changed into lp:charms/openerp-web

Proposed by Francois Deppierraz
Status: Merged
Merged at revision: 25
Proposed branch: lp:~francois-ctrlaltdel/charms/precise/openerp-web/fix-config-changed
Merge into: lp:charms/openerp-web
Diff against target: 11 lines (+0/-2)
1 file modified
hooks/config-changed (+0/-2)
To merge this branch: bzr merge lp:~francois-ctrlaltdel/charms/precise/openerp-web/fix-config-changed
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+214702@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/config-changed'
--- hooks/config-changed 2012-04-05 00:35:22 +0000
+++ hooks/config-changed 2014-04-08 09:30:25 +0000
@@ -28,7 +28,5 @@
28 # installed: change the existing configuration28 # installed: change the existing configuration
29 if [[ $ORIGIN == lp ]]; then29 if [[ $ORIGIN == lp ]]; then
30 sed -i -e 's|--db-filter=".*"|--db-filter="${DB_FILTER}|' /etc/init/openerp-web.conf30 sed -i -e 's|--db-filter=".*"|--db-filter="${DB_FILTER}|' /etc/init/openerp-web.conf
31 else
32
33 fi31 fi
34fi32fi

Subscribers

People subscribed via source and target branches