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

y'a pas d'install dir dans notre cas

This commit is contained in:
leonard 2023-11-28 16:30:24 +01:00
parent e389cffdfe
commit e6ff657d24

View file

@ -69,10 +69,6 @@ myynh_fix_file_permissions() {
( (
set -x set -x
# /var/www/$app/
chown -c -R "$app:www-data" "$install_dir"
chmod -c o-rwx "$install_dir"
# /home/yunohost.app/$app/ # /home/yunohost.app/$app/
chown -c -R "$app:" "$data_dir" chown -c -R "$app:" "$data_dir"
chmod -c o-rwx "$data_dir" chmod -c o-rwx "$data_dir"