From 4e8c55e8315c9ecee80d865174484c640e99bcc7 Mon Sep 17 00:00:00 2001 From: scith Date: Mon, 14 Sep 2015 17:43:17 +0200 Subject: [PATCH] fix --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) 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