Rev 14572 | Rev 17639 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14572 | Rev 14788 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | !reset toolate |
13 | !reset toolate |
14 | !if $d2>$d1 |
14 | !if $d2>$d1 |
15 | toolate=yes |
15 | toolate=yes |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if $type>=2 and |
18 | !if $type>=2 and $activetest>=1 |
19 | !readproc adm/class/quotafree.proc proc |
- | |
20 | !readproc proc/findfile.proc $freework,$wims_user |
19 | !readproc proc/findfile.proc $freework,$wims_user |
- | 20 | !if $activetest=1 |
|
- | 21 | !readproc adm/class/quotafree.proc proc |
|
21 | oldsize=0 |
22 | oldsize=0 |
22 | !if $data_0!=$empty |
23 | !if $data_0!=$empty |
23 | du=!sh du -ks $wims_home/log/classes/$wims_class/freeworksdata/$freework/work/$(data_0[2]) |
24 | du=!sh du -ks $wims_home/log/classes/$wims_class/freeworksdata/$freework/work/$(data_0[2]) |
24 | du=!word 1 of $du |
25 | du=!word 1 of $du |
25 | oldsize=$[($du)/1024] |
26 | oldsize=$[($du)/1024] |
Line 80... | Line 81... | ||
80 | !sh cd $wims_home/sessions/$wims_session/getfile/freeworksdata/;\ |
81 | !sh cd $wims_home/sessions/$wims_session/getfile/freeworksdata/;\ |
81 | $m |
82 | $m |
82 | !endif |
83 | !endif |
83 | !endif |
84 | !endif |
84 | !! ---- end make... |
85 | !! ---- end make... |
- | 86 | !endif |
|
85 | !endif |
87 | !endif |