From 8ee7e07a45619b5e57072e0175966326d6188216 Mon Sep 17 00:00:00 2001 From: Gabriel Cossette Date: Thu, 1 Jul 2021 22:06:40 +0000 Subject: [PATCH] update --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 03c808a..5849fa0 100755 --- a/scripts/install +++ b/scripts/install @@ -81,6 +81,9 @@ ynh_system_user_create --username=$app --home_dir=/home/huginn mkdir /home/huginn chown huginn: /home/huginn +# Set permission to read sshkey for deployment +setfacl -m u:huginn:r /etc/yunohost/sshkey + #================================================= # CREATE A MYSQL DATABASE #=================================================