From 37206849e98f9cff4fe41a698d38513ca5c2b5c7 Mon Sep 17 00:00:00 2001 From: CodaAmok Date: Sun, 18 Feb 2018 11:41:48 +0000 Subject: [PATCH] Updated Common Problems (markdown) --- Common-Problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Problems.md b/Common-Problems.md index ab94e51..5e363d7 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 "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).