- #!/usr/bin/env bash
- git config core.ignorecase false
- chmod 777 /app/data/tmp -R
- service crond restart
- domain=`php /app/bin/tools.php getDomain`
- port=`php /app/bin/tools.php getPort`
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=machine
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=statement
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=ticket
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=inventory
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=processIn
- curl -s http://${domain}:${port}/v2/tools/report-calculation?key=processOut
|