From 41a2803e181fc197ca27dcfe2a952db36a9b01bd Mon Sep 17 00:00:00 2001 From: upuv Date: Sat, 19 May 2018 15:48:08 +1000 Subject: [PATCH] some cleanup --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 7dd767b..bbb85d7 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -102,7 +102,7 @@ do debug "Decoding ${path} with auth code ${auth_code}..." # Check for Presense of Audiobook - [ ! -r "${path}" ] && echo "ERROR: Input file $path missing" ; exit 1 + # [[ ! -r "${path}" ]] && echo "ERROR: Input file $path missing" ; exit 1 save_metadata "${path}" genre=$(get_metadata_value genre)