move error message to return value
This commit is contained in:
parent
1bf1f4b685
commit
29a6431582
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ while read line; do
|
||||||
file="$4"
|
file="$4"
|
||||||
case "$2" in
|
case "$2" in
|
||||||
STORE)
|
STORE)
|
||||||
runcmd echo "upload not supported"
|
echo TRANSFER-FAILURE STORE "$key" "upload not supported"
|
||||||
echo TRANSFER-FAILURE STORE "$key"
|
|
||||||
;;
|
;;
|
||||||
RETRIEVE)
|
RETRIEVE)
|
||||||
urltmp=$(mktemp)
|
urltmp=$(mktemp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue