Rev 9905 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9905 | Rev 11413 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $job2=run |
1 | !if $job2=run |
2 | wims_http=!replace internal /wims.cgi by in $wims_ref_name |
2 | wims_http=!replace internal /wims.cgi by in $wims_ref_name |
3 | wims_http=!nospace $wims_http |
3 | wims_http=!nospace $wims_http |
4 | !sh mkdir -p $wims_home/public_html/rss ; perl $wims_home/bin/rss.pl --wims=$wims_http --file=$wims_home/public_html/modules/Changelog --out=$wims_home/public_html/rss --type=new |
4 | !sh mkdir -p $wims_home/public_html/rss ; perl $wims_home/bin/rss.pl --wims=$wims_http --file=$wims_home/public_html/modules/Changelog --out=$wims_home/public_html/rss --type=new |
5 | !endif |
5 | !endif |