diff --git a/root/scripts/Extras.bash b/root/scripts/Extras.bash index ff6edb9..956b6f5 100644 --- a/root/scripts/Extras.bash +++ b/root/scripts/Extras.bash @@ -76,7 +76,7 @@ fi DownloadExtras () { # Check for cookies file - if find /config -type f -name "cookies.txt" | read; then + if find /config -type f -iname "cookies.txt" | read; then cookiesFile="$(find /config -type f -iname "cookies.txt" | head -n1)" log "$itemTitle :: Cookies File Found!" else diff --git a/root/scripts/Youtube-Series-Downloader.bash b/root/scripts/Youtube-Series-Downloader.bash index dd14133..f92708e 100644 --- a/root/scripts/Youtube-Series-Downloader.bash +++ b/root/scripts/Youtube-Series-Downloader.bash @@ -36,7 +36,7 @@ fi CookiesCheck () { # Check for cookies file - if find /config -type f -name "cookies.txt" | read; then + if find /config -type f -iname "cookies.txt" | read; then cookiesFile="$(find /config -type f -iname "cookies.txt" | head -n1)" log "Cookies File Found!" else