diff --git a/scripts/install b/scripts/install index 8e725a5..3256ec3 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index c5f8749..ef97eba 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index c8e0436..67b6587 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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