1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00

[fix] pictures in "Mes annonces sauvegardées" tab

See https://forum.yunohost.org/t/cheky-new-name-of-lbcalerte/4895/7
This commit is contained in:
Gofannon 2018-09-13 22:48:04 +02:00
parent 1a80cca008
commit ebf524db0c
3 changed files with 9 additions and 5 deletions

View file

@ -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": {

View file

@ -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

View file

@ -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