git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
294ccc8
)
Include all files for the given notif registration in checking
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 19 Mar 2012 15:34:45 +0000
(15:34 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 19 Mar 2012 15:34:45 +0000
(15:34 +0000)
org.glite.lb.server/src/notif-keeper.sh
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/notif-keeper.sh
b/org.glite.lb.server/src/notif-keeper.sh
index
4e71848
..
a1bd957
100644
(file)
--- a/
org.glite.lb.server/src/notif-keeper.sh
+++ b/
org.glite.lb.server/src/notif-keeper.sh
@@
-123,9
+123,9
@@
function check_timestamp() {
if [ $age_check -gt 0 ]; then
uniq=`echo ${NOTIFID[${1}]} | sed -r 's/^.*NOTIF://'`
- vecho 2 looking at notif file
$FilePrefix.$uniq
+ vecho 2 looking at notif file
s $FilePrefix.$uniq*
if [ -f $FilePrefix.$uniq ]; then
- currsize=`wc -c $FilePrefix.$uniq`
+ currsize=`wc -c $FilePrefix.$uniq
* | tail -n 1
`
else
currsize=0;
fi