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

fixde permission

This commit is contained in:
Navan Chauhan 2021-05-21 19:02:12 +05:30
parent 7647c0cc67
commit 2fa632c40b

View file

@ -82,6 +82,9 @@ ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture"
# this will be treated as a security issue.
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
mkdir /home/$app
chown -R $app: $final_path
chown -R $app: /home/$app
#=================================================
# NGINX CONFIGURATION