endkb / SoundsDownloadScript

Download programs from BBC Sounds and publish them to a podcast feed
2 stars 0 forks source link

Updated SoundsDownloadScript.ps1 to fix an issue when orphaned LockFiles were found and removed #8

Closed endkb closed 6 months ago

endkb commented 6 months ago

The routine that deals with orphaned LockFiles shared a variable with the routine that created and deleted the current LockFile. Created the $OrphanedLockFile variable to fix the issue.