]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix: spelling errors
authorBastian Dehn <hhaalo@arcor.de>
Sun, 16 Jul 2017 13:51:48 +0000 (15:51 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 16 Jul 2017 13:51:48 +0000 (15:51 +0200)
albentohandy

index 6a7f60bcc82f1f8b5025f8246fad8977ebc01dc8..86d56c9a75f51db146a138cf74824ed8d56e06e5 100755 (executable)
@@ -4,12 +4,12 @@
 ### copy to other folder. It works on parallel, you can
 ### use it in a cluster with Parameter -S.
 
-WORK="$(pwd)/WORK.$$" # temporary working directory
+WORK="$(pwd)/work.$$" # temporary working directory
 SCRIPTPATH="/usr/bin" # path to flactomp3v2 and notify.sh script
 MUSICPATH="/tmp/musikpath" # flac collection directory
 
 # check exist config and scripts
-# .albentohandy.conf: set SCRIPTPATH and MUISCPATH
+# .albentohandy.conf: set SCRIPTPATH and MUSICPATH
 if [ -f $HOME/.albentohandy.conf ]; then
        source $HOME/.albentohandy.conf
 else
@@ -98,7 +98,7 @@ addInfo "<p>$(cat "$albumlist" | sed 's/$/<br>/')</p>"
 # make symlinks of original flac's in working directory
 printf "\nPhase %02d of %02d: create symlinks of flac's to working directory %s\n" $((curphase++)) $phase "$WORK"
 for i in $(cat "$albumlist"); do
-       cp --recursive --symbolic-link $MUISCPATH/$i $WORK/
+       cp --recursive --symbolic-link $MUSICPATH/$i $WORK/
 done
 
 addInfo "<p>"