Update complete.sh
This commit is contained in:
parent
45d1cd0da3
commit
abd6352ca9
|
@ -12,6 +12,8 @@ REMOVE="true"
|
|||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
umask 000
|
||||
|
||||
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" ] && [ "$TR_TORRENT_DIR" != "$TARGET_DIR/" ]; then
|
||||
|
|
Loading…
Reference in New Issue