Rev 11117 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11117 | Rev 15421 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $job2=restore |
2 | !if $job2=restore |
3 | list=log www w public_html |
3 | list=log www w public_html |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 | !if $job2=upload |
6 | !if $job2=upload |
7 | list=public_html/bases public_html/gifs public_html/modules public_html/scripts public_html/themes log |
7 | list=public_html/bases public_html/gifs public_html/modules public_html/scripts public_html/themes log |
8 | !endif |
8 | !endif |
9 | 9 | ||
10 | !if $list=$empty |
10 | !if $list=$empty |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | test=!sh cd $wims_home\ |
14 | test=!sh cd $wims_home\ |
15 | rm -fR update\ |
15 | rm -fR update\ |
16 | mkdir -p update\ |
16 | mkdir -p update\ |