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"
|
||||
case "$2" in
|
||||
STORE)
|
||||
runcmd echo "upload not supported"
|
||||
echo TRANSFER-FAILURE STORE "$key"
|
||||
echo TRANSFER-FAILURE STORE "$key" "upload not supported"
|
||||
;;
|
||||
RETRIEVE)
|
||||
urltmp=$(mktemp)
|
||||
|
|
Loading…
Add table
Reference in a new issue