Recursive cleanup
This commit is contained in:
parent
143a1dfa81
commit
8a52e8dea4
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user