Update complete.sh

This commit is contained in:
tianyu 2015-07-28 21:39:35 +08:00
parent f76da61a1e
commit c662e67365
1 changed files with 3 additions and 0 deletions

View File

@ -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