make checkKey always return unknown
This commit is contained in:
parent
e2214f6ac8
commit
b302d4207c
1 changed files with 2 additions and 2 deletions
|
@ -181,9 +181,9 @@ while read line; do
|
||||||
;;
|
;;
|
||||||
CHECKPRESENT)
|
CHECKPRESENT)
|
||||||
key="$2"
|
key="$2"
|
||||||
# Let's just assume that torrents are always present
|
# Let's just assume that torrents are never present
|
||||||
# for simplicity.
|
# for simplicity.
|
||||||
echo CHECKPRESENT-SUCCESS "$key"
|
echo CHECKPRESENT-UNKNOWN "$key" "cannot reliably check torrent status"
|
||||||
;;
|
;;
|
||||||
REMOVE)
|
REMOVE)
|
||||||
key="$2"
|
key="$2"
|
||||||
|
|
Loading…
Reference in a new issue