]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ATO-69 disabling check the files presence using local file system
authormivanov <marian.ivanov@cern.ch>
Tue, 1 Jul 2014 10:14:19 +0000 (12:14 +0200)
committerrgrosso <Raffaele.Grosso@cern.ch>
Tue, 1 Jul 2014 16:39:40 +0000 (18:39 +0200)
PWGPP/CalibMacros/AliOCDBtoolkit.sh

index 2bc7f81c655e1c21bdab43146497299f7e51fc30..87c95bf96612f3402b55ce3ad85ae97499b7fe76 100755 (executable)
@@ -32,13 +32,13 @@ ocdbMakeTable(){
     local inFlag=${2}
     local outFile=${3}
     shift 3
     local inFlag=${2}
     local outFile=${3}
     shift 3
-    if [ ! -f ${inFile} ] ; then 
-        echo ${inFile} not found!
-        return 1
-    fi
-    if [ -f ${outFile} ] ; then 
-        >${outFile}
-    fi
+    #if [ ! -f ${inFile} ] ; then 
+    #    echo ${inFile} not found!
+    #    return 1
+    #fi
+    #if [ -f ${outFile} ] ; then 
+    #    >${outFile}
+    #fi
 
     tmpscript=$(mktemp)
     cat > ${tmpscript} <<HEREDOC
 
     tmpscript=$(mktemp)
     cat > ${tmpscript} <<HEREDOC