Rev 17194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17194 | Rev 17208 | ||
---|---|---|---|
Line 143... | Line 143... | ||
143 | !if $format notwordof tgz tar.gz zip |
143 | !if $format notwordof tgz tar.gz zip |
144 | error=bad_file |
144 | error=bad_file |
145 | !exit |
145 | !exit |
146 | !endif |
146 | !endif |
147 | !sh cd $wims_home/sessions/$wims_session;\ |
147 | !sh cd $wims_home/sessions/$wims_session;\ |
148 | wget -O user-deposit $wgetfile 2> /dev/null; |
148 | wget -O user-deposit "$wgetfile" 2> /dev/null; |
149 | wims_deposit=savecls.tgz |
149 | wims_deposit=savecls.tgz |
150 | !endif |
150 | !endif |
151 | !sh $wims_home/public_html/scripts/adm/decompress.sh |
151 | !sh $wims_home/public_html/scripts/adm/decompress.sh |
152 | ssourcecls=file |
152 | ssourcecls=file |
153 | scheckpwd=1 |
153 | scheckpwd=1 |