From 2d473e70d304b4a0f370d1d58520ad831268da73 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 11 Jul 2016 17:05:03 +0200 Subject: [PATCH] check found flactomp3v2.sh --- albentohandy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/albentohandy.sh b/albentohandy.sh index ccdc9c2..0b3add1 100755 --- a/albentohandy.sh +++ b/albentohandy.sh @@ -13,6 +13,11 @@ else printf "\nERROR\n%s/.albumtohandy.conf does not exists\n" $HOME exit 1 fi +if [ ! -f $scriptpath/flactomp3v2.sh ] +then + printf "\nERROR\nflactomp3v2.sh do not found in %s\n" $scriptpath + exit 1 +fi albumlist="albumlist" parallelopts=":" curphase=1 -- 2.47.3