mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Updated Common Problems (markdown)
parent
8942761fff
commit
37206849e9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_so
|
|||
/bin/rm -rf $radarr_moviefile_sourcefolder
|
||||
fi
|
||||
```
|
||||
If you used the second rar-only example script, ensure you rename "deluge_extracted" to "EXTRACTED" in the second condition of the if statement.
|
||||
If you used the second unrar-only example script, ensure you rename "deluge_extracted" to "EXTRACTED" in the second condition of the if statement.
|
||||
|
||||
Make sure you set execution rights on the script (chmod +x /config/cleanup).
|
||||
|
||||
|
|
Loading…
Reference in a new issue