From 2394b6c33129a93e8b4f6e2f348c9c2a8d77e94a Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 19 Sep 2023 10:44:15 +0000 Subject: [PATCH] recyclarr config overwrite bug fix... #85 --- radarr/setup.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/radarr/setup.bash b/radarr/setup.bash index 27f764f..d8bdc09 100644 --- a/radarr/setup.bash +++ b/radarr/setup.bash @@ -53,10 +53,6 @@ echo "Download AutoExtras service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/AutoExtras.service -o /custom-services.d/AutoExtras echo "Done" -echo "Download Recyclarr service..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/universal/services/Recyclarr -o /custom-services.d/Recyclarr -echo "Done" - echo "Download InvalidMoviesAutoCleaner service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/InvalidMoviesAutoCleaner.bash -o /custom-services.d/InvalidMoviesAutoCleaner echo "Done"