mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Updated Common Problems (markdown)
parent
478b879be6
commit
7b3449ffef
@ -110,7 +110,7 @@ The content of our cleanup script is
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then
|
||||
rm -rf $radarr_moviefile_sourcefolder
|
||||
/bin/rm -rf $radarr_moviefile_sourcefolder
|
||||
fi
|
||||
```
|
||||
Make sure you set execution rights on the script (chmod +x /config/cleanup).
|
||||
|
Loading…
Reference in New Issue
Block a user