diff --git a/manifest.json b/manifest.json index 6a42ac3..152c8c0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Cheky package for YunoHost.", "fr": "Application Cheky pour YunoHost." }, - "version": "4.3.3~ynh2", + "version": "4.3.3~ynh3", "url": "https://www.cheky.net", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/install b/scripts/install index 9b7f652..a136bd9 100644 --- a/scripts/install +++ b/scripts/install @@ -157,8 +157,10 @@ fi # Set permissions to app files chown -R root: $final_path -# Only path that needs to be writable by cheky -chown -R $app: $final_path/var + +# Folders that needs to be writable by cheky +chown -R $app: $final_path/var # requirement in official documentation +chown -R $app: $final_path/static/media/annonce # needed for "Mes annonces sauvegardées" tab #================================================= # SETUP SSOWAT diff --git a/scripts/upgrade b/scripts/upgrade index abea0d3..2812d0c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -126,8 +126,10 @@ fi # Set permissions to app files chown -R root: $final_path -# Only path that needs to be writable by cheky -chown -R $app: $final_path/var + +# Folders that needs to be writable by cheky +chown -R $app: $final_path/var # requirement in official documentation +chown -R $app: $final_path/static/media/annonce # needed for "Mes annonces sauvegardées" tab #================================================= # SETUP SSOWAT