~mbruzek/charms/precise/openerp-web/tests

« back to all changes in this revision

Viewing changes to hooks/openerp-relation-joined

  • Committer: Patrick Hetu
  • Date: 2012-03-28 19:40:57 UTC
  • Revision ID: patrick.hetu@gmail.com-20120328194057-wxcexnlj4xxzelxo
fix the start/restart in distro db relation

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                                                                
98
98
EOF
99
99
 
100
 
  service openerp-web start
101
 
  service openerp-web restart
 
100
  service openerp-web start || service openerp-web restart
102
101
  open-port 80/tcp
103
102
fi
104
103