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
8a5bfdce79
commit
77011b3e4d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ sudo yunohost app setting $app domain -v $domain
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install wkhtmltopdf
|
sudo apt-get -y install wkhtmltopdf
|
||||||
sudo apt-get -y install odoo
|
sudo apt-get -y install odoo
|
||||||
|
su - postgres -c "createuser -s odoo" 2> /dev/null || true
|
||||||
|
|
||||||
# Set admin password
|
# Set admin password
|
||||||
sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf
|
sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf
|
||||||
|
|
Loading…
Reference in a new issue