1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Updated Common Problems (markdown)

Joel Kåberg 2017-04-07 22:25:16 +02:00
parent 478b879be6
commit 7b3449ffef

@ -110,7 +110,7 @@ The content of our cleanup script is
#!/bin/bash #!/bin/bash
if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then
rm -rf $radarr_moviefile_sourcefolder /bin/rm -rf $radarr_moviefile_sourcefolder
fi fi
``` ```
Make sure you set execution rights on the script (chmod +x /config/cleanup). Make sure you set execution rights on the script (chmod +x /config/cleanup).