[FIX]Odoo backup default template should be odoo, not golem

This commit is contained in:
Fabien Bourgeois 2017-04-12 21:45:01 +02:00
parent f07ce9c749
commit 87dc3513e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
python backup.py -oh golem -pw ${ODOO_ADMIN_PASSWORD} -D backups/ -n ${ODOO_DATABASES}
python backup.py -oh ${ODOO_HOST:=odoo} -pw ${ODOO_ADMIN_PASSWORD} -D backups/ -n ${ODOO_DATABASES}