Update complete.sh

This commit is contained in:
tianyu 2015-08-09 10:30:14 +08:00
parent de5fbf4e35
commit 39632a0581
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export LC_ALL=en_US.UTF-8
echo "$TR_APP_VERSION $TR_TIME_LOCALTIME $TR_TORRENT_DIR $TR_TORRENT_HASH $TR_TORRENT_ID $TR_TORRENT_NAME" >>$OUTPUT
if [ "$TR_TORRENT_DIR" != "$TARGET_DIR" ]; then
if [ "$TR_TORRENT_DIR" != "$TARGET_DIR" ] && [ "$TR_TORRENT_DIR" != "$TARGET_DIR/" ]; then
#echo "Not in $TARGET_DIR, exit" >>$OUTPUT
#exit 0
echo "Not in $TARGET_DIR, copy file now." >>$OUTPUT