]> Creatis software - clitk.git/commitdiff
more strict
authorPierre Gueth <pierre.gueth@creatis.insa-lyon.fr>
Mon, 14 Mar 2011 10:04:26 +0000 (11:04 +0100)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 20 Jun 2013 11:14:23 +0000 (13:14 +0200)
grid/common.sh

index 853cef92e407620b8972fb76b79c82af2da8dcc1..b221faae71f5e4e018bd15e60d4c2b5ce2a7f3dc 100644 (file)
@@ -45,10 +45,10 @@ test -f "${sourcefile}" || error "can't find ${sourcefile}"
 echo "uploading ${sourcefile} to ${destlfn}"
 if file_exists "${destlfn}"; then
        check_user "${destlfn} already exists. overwrite it?" || return 2
-       lcg-del -a "lfn:${destlfn}"
+       lcg-del -a "lfn:${destlfn}" || error "lcg-del error"
 fi
 echo "lets roll"
-lcg-cr -v -d ccsrm02.in2p3.fr -l "lfn:${destlfn}" "file:${sourcefile}" 
+lcg-cr -v -d ccsrm02.in2p3.fr -l "lfn:${destlfn}" "file:${sourcefile}" || error "lcg-cr error"
 }