diff options
Diffstat (limited to 'tools/boca-submit-run-aux')
| -rwxr-xr-x | tools/boca-submit-run-aux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-run-aux b/tools/boca-submit-run-aux index 0e9c720..c122a0a 100755 --- a/tools/boca-submit-run-aux +++ b/tools/boca-submit-run-aux @@ -87,7 +87,7 @@ if [ "$?" == "0" ]; then # else # echo "$BOCASERVER : run $uniq dateerr $dateerr : error to upload the run, will NOT try again, check details at /tmp/boca-submit.err" cat ${temp}.out > /tmp/boca-submit.err - chmod 400 /tmp/boca-submit.err + chmod 444 /tmp/boca-submit.err # fi rm -f ${temp}.out exit 4 |