Recursive cleanup

This commit is contained in:
Jeroen De Meerleer 2018-11-30 13:45:34 +01:00
parent 143a1dfa81
commit 8a52e8dea4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ CopyFiles() {
CleanUp() {
VerboseOutput "Info" "Cleaning Up"
rm "/tmp/music-sync-filelist"
rm "/tmp/converted"
rm -rf "/tmp/converted"
VerboseOutput "Info" "Done"
}