diff --git a/makeWeb.sh b/makeWeb.sh index a456f10..83ea848 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -135,7 +135,7 @@ find $bookedir -name "*.abc" | sort | # but I guess I can live with copies of the MP3 for now. if [ "$booke" != "$masterbooke" ]; then pushd ${webdir} > /dev/null - ln -f -s ../${masterbooke}/*${name}.mp3 + ln -f -s ../${masterbooke}/*${name}.mp3 . popd > /dev/null fi