mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-09 13:21:52 +00:00
6 lines
192 B
Bash
6 lines
192 B
Bash
#!/bin/bash
|
|
|
|
if [ -d "$sonarr_episodefile_sourcefolder" ] && [ "$(basename $sonarr_episodefile_sourcefolder)" = "deluge_extracted" ] ; then
|
|
/bin/rm -rf $sonarr_episodefile_sourcefolder
|
|
fi
|