1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Fix files permissions

This commit is contained in:
tituspijean 2021-05-25 13:37:29 +02:00
parent 0f92a02dd6
commit 08a250464a
3 changed files with 3 additions and 0 deletions

View file

@ -183,6 +183,7 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions to app files
chown -R $app: $final_path
chown -R $app: $config_path
#=================================================
# SETUP LOGROTATE

View file

@ -82,6 +82,7 @@ ynh_script_progression --message="Restoring user rights..."
# Restore permissions on app files
chown -R $app: $final_path
chown -R $app: $config_path
#=================================================
# SPECIFIC RESTORATION

View file

@ -188,6 +188,7 @@ fi
# Set permissions on app files
chown -R $app: $final_path
chown -R $app: $config_path
#=================================================
# SETUP LOGROTATE