aboutsummaryrefslogtreecommitdiffstats
path: root/modules/dashboard/templates/make_report
blob: 5da5961786c3bfb0353d9652bbcc7c0e0445dcc2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

dashboard_dir='<%= @dashboard_dir %>'
dashboard_wwwdir='<%= @dashboard_wwwdir %>'

cd "$dashboard_dir"
/usr/bin/php ./make_report.php > "$dashboard_wwwdir/index.html"