From: Bastian Dehn Date: Sun, 20 Jan 2019 12:06:24 +0000 (+0100) Subject: change: error msg flactovorbis found X-Git-Tag: v1.0.0^2~78^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7a1433e56425a712460c2028820cd0ec6b034954;p=albentohandy.git change: error msg flactovorbis found --- 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 }