]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: error msg flactovorbis found
authorBastian Dehn <hhaalo@arcor.de>
Sun, 20 Jan 2019 12:06:24 +0000 (13:06 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 20 Jan 2019 12:06:24 +0000 (13:06 +0100)
albentohandy

index 2ef0ea97703154b94306bb5cd1bdd82dcc71dddb..d1c897617c1071d3d3bf90a4d2754e2c8b809e14 100755 (executable)
@@ -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
 }