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