diff --git a/Common-Problems.md b/Common-Problems.md index 9a47901..ab94e51 100644 --- a/Common-Problems.md +++ b/Common-Problems.md @@ -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 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).