Files
weval-l99/v111_test.sh
2026-04-24 04:38:58 +02:00

15 lines
511 B
Bash

#!/bin/bash
echo "=== V111 direct test ==="
curl -s -X POST "https://weval-consulting.com/api/blade-task-create.php" \
-d "k=WEVADS2026&action=create&goal=v111_test_office_create&params=%7B%7D" --max-time 10
echo ""
echo ""
echo "=== Check recent tasks ==="
ls -t /var/www/html/api/blade-tasks/task_*.json 2>/dev/null | head -3
echo ""
echo "=== v111.log last 100 ==="
tail -100 /tmp/v111.log 2>/dev/null
echo ""
echo "=== proof dir ==="
ls /var/www/html/api/blade-tasks/v111-blade-actions-proof/ 2>/dev/null