Automated merge with ssh://hg.cryhavoc.org.uk/dottes

This commit is contained in:
Jim Hague 2013-09-02 12:35:21 +01:00
commit bdf6a75bb3
1 changed files with 1 additions and 1 deletions

View File

@ -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