|
@@ -8,6 +8,9 @@ service crond restart
|
|
|
hostname=`hostname`
|
|
|
domain=`php /app/bin/tools.php getDomain`
|
|
|
port=`php /app/bin/tools.php getPort`
|
|
|
+
|
|
|
+
|
|
|
+curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=receiptsDetailedRename
|
|
|
|
|
|
curl -s http://${domain}:${port}/v2/tools/init?key=statistics
|
|
|
|
|
@@ -38,8 +41,7 @@ curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=init_admin_
|
|
|
curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=product_template_update
|
|
|
|
|
|
curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=order_affair_update
|
|
|
-
|
|
|
-curl -s http://${domain}:${port}/v2/tools/report-forms-data-init?key=receiptsDetailedRename
|
|
|
+
|
|
|
|
|
|
|
|
|
if [ ! -x "$(command -v wkhtmltopdf)" ]; then
|