From f76d424e95dd16dda9166e101bbe24a0f05fe422 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 6 May 2024 17:14:06 +0700 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 066e408..9b86555 100755 --- a/scripts/install +++ b/scripts/install @@ -49,6 +49,8 @@ chown -R $app:www-data "/home/yunohost.app/$app" chmod 700 "/home/yunohost.app/$app/app/helpers/shells/"* +mkdir "/home/yunohost.app/$app/repos" && chmod 700 "/home/yunohost.app/$app/repos" + #================================================= # SYSTEM CONFIGURATION #=================================================