4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
python backup.py -oh golem -pw ${ODOO_ADMIN_PASSWORD} -D backups/ -n ${ODOO_DATABASES}
|