auto-sync-0510

This commit is contained in:
opus
2026-04-20 05:10:01 +02:00
parent 68101e8816
commit 70edd8330b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,11 +2,11 @@
# Opus 19avr: L99 honest refresh - runs NonReg and caches
cd /var/www/html/api
# Run master
MO=$(timeout 200 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-master.php";' 2>&1)
MO=$(timeout 280 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-master.php";' 2>&1)
MP=$(echo "$MO" | grep -oE "[0-9]+ PASS" | head -1 | grep -oE "[0-9]+")
MF=$(echo "$MO" | grep -oE "[0-9]+ FAIL" | head -1 | grep -oE "[0-9]+")
# Run opus
OO=$(timeout 300 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-opus.php";' 2>&1)
OO=$(timeout 400 php -r '$_GET["k"]="WEVADS2026";$_SERVER["REMOTE_ADDR"]="127.0.0.1";include "/var/www/html/api/nonreg-opus.php";' 2>&1)
OP=$(echo "$OO" | grep -oE "[0-9]+ PASS" | head -1 | grep -oE "[0-9]+")
OF=$(echo "$OO" | grep -oE "[0-9]+ FAIL" | head -1 | grep -oE "[0-9]+")
# Compute combined

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-20T03:00:20+00:00",
"ts": "2026-04-20T03:05:16+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,