1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
This commit is contained in:
ericgaspar 2021-08-22 20:08:15 +02:00
parent da3b060dc3
commit c4e7e5a530
3 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture"
chmod 750 "$final_path" chmod 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app: $final_path chown -R $app: $final_path
chmod +x "$final_path/jackett_launcher.sh"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION

View file

@ -69,6 +69,7 @@ ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path" chmod 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app:www-data "$final_path"
chmod +x "$final_path/jackett_launcher.sh"
#================================================= #=================================================
# RESTORE SYSTEMD # RESTORE SYSTEMD

View file

@ -91,6 +91,7 @@ fi
chmod 750 "$final_path" chmod 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app:www-data "$final_path"
chmod +x "$final_path/jackett_launcher.sh"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION