4 lines
82 B
Bash
4 lines
82 B
Bash
#!/bin/sh
|
|
|
|
sed -i "s|\(^email_from = \).*|\1${EMAIL}|" /srv/odoo10/conf/odoo.conf
|