Rev 15636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15636 | Rev 16049 | ||
---|---|---|---|
Line 143... | Line 143... | ||
143 | mkdir -p $wims_home/sessions/$wims_session/getfile/tchat/$user;\ |
143 | mkdir -p $wims_home/sessions/$wims_session/getfile/tchat/$user;\ |
144 | cd $wims_home/sessions/$wims_session/getfile/tchat/$user;\ |
144 | cd $wims_home/sessions/$wims_session/getfile/tchat/$user;\ |
145 | $cmdsh |
145 | $cmdsh |
146 | !endif |
146 | !endif |
147 | !else |
147 | !else |
148 | usertmpfile=!sh |
148 | usertmpfile=!sh if [ -d wims_home/sessions/$wims_session/getfile/tchat/ ]; then \ |
- | 149 | cd wims_home/sessions/$wims_session/getfile/tchat/;\ |
|
- | 150 | dir -1 $user.*;\ |
|
- | 151 | fi; |
|
149 | !if $usertmpfile!=$empty |
152 | !if $usertmpfile!=$empty |
150 | usertmpfile=!replace internal / by , in $usertmpfile |
153 | usertmpfile=!replace internal / by , in $usertmpfile |
151 | usertmpfile=!item -1 of $usertmpfile |
154 | usertmpfile=!item -1 of $usertmpfile |
152 | !endif |
155 | !endif |
153 | !endif |
156 | !endif |