mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
6 lines
186 B
Bash
6 lines
186 B
Bash
#!/bin/bash
|
|
|
|
if [ -d "$radarr_moviefile_sourcefolder" ] && [ "$(basename $radarr_moviefile_sourcefolder)" = "deluge_extracted" ] ; then
|
|
/bin/rm -rf $radarr_moviefile_sourcefolder
|
|
fi
|