From 14cdb2f5c9e990a305c25dabcceeefb5a1b02f12 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 17 Jun 2017 11:11:23 +0200 Subject: [PATCH] Create /opt/yunohost in install script --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 9f82657..5ced6d9 100755 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,9 @@ ynh_app_setting_set $app is_public "$is_public" # Install debian packages dependencies sudo apt-get install -y -qq python-dev python-virtualenv supervisor libmysqlclient-dev + # Create the dedicated user +sudo mkdir -p /optc/yunohost sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/ --create-home # Install source