Update complete.sh
This commit is contained in:
parent
f76da61a1e
commit
c662e67365
|
@ -64,3 +64,6 @@ else
|
|||
echo "Unknow file format: $TR_TORRENT_NAME" >>$OUTPUT
|
||||
fi
|
||||
|
||||
if [ "$REMOVE" == "false" ]; then
|
||||
rm -r "$TARGET_DIR/$TR_TORRENT_NAME"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue