diff options
-rwxr-xr-x | localsonganizer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localsonganizer b/localsonganizer index 6836118..f8d50e8 100755 --- a/localsonganizer +++ b/localsonganizer @@ -431,3 +431,4 @@ initTempTargetDirs $wantedtargets find ${datadirs} \( -iname "*.mp3" -or -iname "*.mpeg" \) -and -type f -print | (while read file; do symlinksToFile "$file" mp3 $wantedtargets; done) find ${datadirs} -iname "*.ogg" -and -type f -print | (while read file; do symlinksToFile "$file" ogg $wantedtargets; done) moveSymlinkDirs $wantedtargets +rm -rf "${tempdir}" |