v3.8 - perform cleanup after each video process
This commit is contained in:
parent
754a6d0e08
commit
0e38188047
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
scriptVersion="3.7"
|
||||
scriptVersion="3.8"
|
||||
scriptName="Video"
|
||||
|
||||
### Import Settings
|
||||
|
@ -679,6 +679,8 @@ VideoProcess () {
|
|||
fi
|
||||
|
||||
mv $videoDownloadPath/incomplete/* "$videoPath/$lidarrArtistFolderNoDisambig"/
|
||||
# clean/clear download folder
|
||||
rm -rf "$videoDownloadPath"/incomplete/*
|
||||
done
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue