diff --git a/scripts/install b/scripts/install index 0cc1518..b18d5a9 100644 --- a/scripts/install +++ b/scripts/install @@ -40,6 +40,8 @@ sudo yunohost app setting $app domain -v $domain # Add services sudo yunohost service add postgresql sudo yunohost service add odoo + sudo yunohost service stop odoo + sudo yunohost service start odoo # Configure Nginx and reload sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf