From 77011b3e4d3715baed888e5e6ff33e4175d12ff7 Mon Sep 17 00:00:00 2001 From: scith Date: Mon, 14 Sep 2015 20:05:37 +0200 Subject: [PATCH] fix --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index c051768..fcb1440 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,7 @@ sudo yunohost app setting $app domain -v $domain sudo apt-get update sudo apt-get -y install wkhtmltopdf sudo apt-get -y install odoo + su - postgres -c "createuser -s odoo" 2> /dev/null || true # Set admin password sudo sed -i "s@ADMIN_PASSWORD@$admin_password@g" ../conf/openerp-server.conf