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:
parent
7647c0cc67
commit
2fa632c40b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue