From 7a1433e56425a712460c2028820cd0ec6b034954 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 20 Jan 2019 13:06:24 +0100 Subject: [PATCH] change: error msg flactovorbis found --- albentohandy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/albentohandy b/albentohandy index 2ef0ea9..d1c8976 100755 --- a/albentohandy +++ b/albentohandy @@ -111,8 +111,8 @@ ExistsScripts() local readonly scriptdir="$1" # flactomp3v2: convert flac's to mp3 - if [ ! -f $scriptdir/flactomp3v2 ]; then - printf "\nERROR\nflactomp3v2 do not found in %s\n" $scriptdir + if [ ! -f $scriptdir/flactovorbis ]; then + printf "\nERROR\nflactovorbis do not found in %s\n" $scriptdir exit 1 fi } -- 2.47.3