1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-19 17:32:38 +01:00

Updated Common Problems (markdown)

CodaAmok 2018-02-18 11:41:13 +00:00
parent 8caeb7c3f3
commit 8942761fff

@ -155,7 +155,7 @@ if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_so
/bin/rm -rf $radarr_moviefile_sourcefolder /bin/rm -rf $radarr_moviefile_sourcefolder
fi fi
``` ```
If you used the second rar-only example script, ensure you rename the second conditional if statement from "deluge_extracted" to "EXTRACTED". If you used the second rar-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). Make sure you set execution rights on the script (chmod +x /config/cleanup).