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

Fix $data_dir permissions.

This commit is contained in:
orhtej2 2023-11-22 22:32:19 +01:00
parent b6634f3a3b
commit de7ace0fd5
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ name = "Castopod"
description.en = "Hosting platform made for podcasters"
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
version = "1.6.5~ynh1"
version = "1.6.5~ynh2"
maintainers = ["eric_G"]

View file

@ -72,7 +72,7 @@ chown $app:www-data "$install_dir/.env"
mkdir -p $data_dir/media
cp -rf $install_dir/public/media/* $data_dir/media
chmod -R 750 $data_dir
chgrp -R www-data $data_dir
chown -R $app:www-data $data_dir
ynh_secure_remove --file="$install_dir/public/media"

View file

@ -47,7 +47,7 @@ if ynh_compare_current_package_version --comparison le --version "1.1.2~ynh2"; t
mkdir -p $data_dir/media
cp -rf $install_dir/public/media/* $data_dir/media
chmod -R 750 $data_dir
chgrp -R www-data $data_dir
chown -R $app:www-data $data_dir
ynh_secure_remove --file="$install_dir/public/media"