]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
corret spelling albentohandy.conf
authorBastian Dehn <hhaalo@arcor.de>
Mon, 11 Jul 2016 20:09:36 +0000 (22:09 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 11 Jul 2016 20:09:36 +0000 (22:09 +0200)
albentohandy.sh

index 2a54c9bfe188e32bc90aaa3ef289db0878271136..1d7abfaa7edbf2f032a42919e82fca67fbb5db41 100755 (executable)
@@ -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 ]