mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
fix
This commit is contained in:
parent
4a4b0d399f
commit
8a5bfdce79
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ sudo yunohost app setting $app domain -v $domain
|
|||
sudo apt-get -y install odoo
|
||||
|
||||
# Set admin password
|
||||
sudo sed -i "s@admin_passwd = admin@admin_passwd = $admin_password@g" ../conf/openerp-server.conf
|
||||
sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf
|
||||
sudo cp ../conf/openerp-server.conf /etc/odoo/openerp-server.conf
|
||||
sudo chown odoo:odoo /etc/odoo/openerp-server.conf
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
app=odoo
|
||||
|
||||
# Remove Odoo
|
||||
sudo apt-get remove odoo
|
||||
sudo apt-get remove wkhtmltopdf
|
||||
sudo apt-get remove odoo -y
|
||||
sudo apt-get remove wkhtmltopdf -y
|
||||
sudo yunohost service remove odoo
|
||||
|
||||
# Remove NGINX conf
|
||||
|
|
Loading…
Reference in a new issue