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

removed home folder

This commit is contained in:
Navan Chauhan 2021-05-21 19:09:00 +05:30
parent cac107cd82
commit a3469b0a3a

View file

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