mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-19 21:03:07 +00:00
add mp4 templates
This commit is contained in:
5
apps/templates/radarr4k/scripts/cleanup-radarr.sh
Normal file
5
apps/templates/radarr4k/scripts/cleanup-radarr.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then
|
||||
/bin/rm -rf $radarr_moviefile_sourcefolder
|
||||
fi
|
||||
Reference in New Issue
Block a user