forked from CryHavoc/dottes
Fix command error linking MP3s into transposed directory.
This commit is contained in:
parent
deba133b3b
commit
8e0c1feba1
|
@ -135,7 +135,7 @@ find $bookedir -name "*.abc" | sort |
|
||||||
# but I guess I can live with copies of the MP3 for now.
|
# but I guess I can live with copies of the MP3 for now.
|
||||||
if [ "$booke" != "$masterbooke" ]; then
|
if [ "$booke" != "$masterbooke" ]; then
|
||||||
pushd ${webdir} > /dev/null
|
pushd ${webdir} > /dev/null
|
||||||
ln -f -s ../${masterbooke}/*${name}.mp3
|
ln -f -s ../${masterbooke}/*${name}.mp3 .
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue