From: Bastian Dehn Date: Mon, 11 Jul 2016 20:09:36 +0000 (+0200) Subject: corret spelling albentohandy.conf X-Git-Tag: v1.0.0^2~133 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=53cce77b7b9c711e58d2199a5b1c8f02ccc0e9e0;p=albentohandy.git corret spelling albentohandy.conf --- diff --git a/albentohandy.sh b/albentohandy.sh index 2a54c9b..1d7abfa 100755 --- a/albentohandy.sh +++ b/albentohandy.sh @@ -9,11 +9,11 @@ musicpath="/tmp/musikpath" # Check exist config and script is exists # config file can set scriptpath and musicpath -if [ -f $HOME/.albumtohandy.conf ] +if [ -f $HOME/.albentohandy.conf ] then - source $HOME/.albumtohandy.conf + source $HOME/.albentohandy.conf else - printf "\nERROR\n%s/.albumtohandy.conf does not exists\n" $HOME + printf "\nERROR\n%s/.albentohandy.conf does not exists\n" $HOME exit 1 fi if [ ! -f $scriptpath/flactomp3v2.sh ]