From 7f1dd865d7019ada92fa6a4dcdff99c890da63ed Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 3 Feb 2024 21:36:30 +0100 Subject: [PATCH] Typo :| --- hooks/conf_regen/01-yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/conf_regen/01-yunohost b/hooks/conf_regen/01-yunohost index feb4f5977..0ee78645a 100755 --- a/hooks/conf_regen/01-yunohost +++ b/hooks/conf_regen/01-yunohost @@ -32,7 +32,7 @@ base_folder_and_perm_init() { mkdir -p /usr/share/yunohost/portal/customassets chmod 775 /usr/share/yunohost/portal/customassets - chown root:root /usr/share/yunohost/customassets + chown root:root /usr/share/yunohost/portal/customassets touch /var/log/yunohost-portalapi.log chown ynh-portal:root /var/log/yunohost-portalapi.log