Subversion Repositories wimsdev

Rev

Rev 2497 | Rev 14890 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2497 Rev 4342
Line 1... Line 1...
1
 
1
 
2
bst_since=$[$bst_since+0]
2
test=$[$bst_since/2]
3
!if NaN isin $bst_since
3
!if NaN isin $test
4
 bst_since=!date -d '1 month ago' '+%Y%m%d'
4
 bst_since=!date -d '1 month ago' '+%Y%m%d'
5
!endif 
5
!endif 
6
 
6
 
7
!sh if [ -e $wims_home/s2/$wims_session/$bst_since ]; then exit; fi;\
7
!sh if [ -e $wims_home/s2/$wims_session/$bst_since ]; then exit; fi;\
8
 if [ ! -d $wims_home/log/ccaccount ]; then exit; fi\
8
 if [ ! -d $wims_home/log/ccaccount ]; then exit; fi\