From 53cce77b7b9c711e58d2199a5b1c8f02ccc0e9e0 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 11 Jul 2016 22:09:36 +0200 Subject: [PATCH] corret spelling albentohandy.conf --- albentohandy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ] -- 2.47.3