- #!/usr/bin/env bash
- hostname=`hostname`
- domain=`php /app/bin/tools.php getDomain`
- port=`php /app/bin/tools.php getPort`
- curl -s http://${domain}:${port}/v2/tools/init?key=report
- curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=v1.4.0
|