Updated Common Problems (markdown)

Joel Kåberg 2017-04-07 22:17:25 +02:00
parent 736a84771c
commit ba564987b3
1 changed files with 1 additions and 0 deletions

@ -104,6 +104,7 @@ And can be found at the [Deluge wiki pages](http://dev.deluge-torrent.org/wiki/P
Now Radarr will via it's automatic download handling find and move/copy or link the movie to it's destination for you. However this leaves us with unnecessary files laying around in our download folder. To mitigate this we'll make Radarr execute an cleanup script once it's done importing the movie. The cleanup script only deletes the folder deluge_extracted which is created by our extract script.
First of create our script somewhere Radarr can find it. In my example: /config/cleanup
The content of our cleanup script is
```
#!/bin/bash