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:57 +02:00
parent 6fd12109f1
commit 198e9870cf
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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