diff --git a/scripts/install b/scripts/install index 2b094d8..f7523b4 100755 --- a/scripts/install +++ b/scripts/install @@ -79,6 +79,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 acabc75..e974c6d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -69,6 +69,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" #================================================= # RESTORE SYSTEMD diff --git a/scripts/upgrade b/scripts/upgrade index d30d75a..42f8461 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,6 +91,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