From 4042c466f8d700d43c28f63646e6db840585c02a Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 22 Dec 2025 13:15:13 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20Rettet=20podman=20logs=20syntax=20og=20t?= =?UTF-8?q?ilf=C3=B8jet=20sync=20commands=20til=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- updateto.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/updateto.sh b/updateto.sh index 0451b1c..75a978c 100644 --- a/updateto.sh +++ b/updateto.sh @@ -71,7 +71,7 @@ sleep 5 echo "" echo "📋 Logs fra startup:" echo "================================" -podman logs bmc-hub-api-prod --tail 50 +podman logs --tail 50 bmc-hub-api-prod echo "" echo "✅ Deployment fuldført!" @@ -82,3 +82,9 @@ echo " podman logs -f bmc-hub-api-prod" echo "" echo "🌐 Test health endpoint:" echo " curl http://localhost:8000/health" +echo "" +echo "📊 Sync kunder fra e-conomic:" +echo " curl -X POST http://localhost:8000/api/v1/system/sync/economic" +echo "" +echo "🔗 Link vTiger til kunder:" +echo " curl -X POST http://localhost:8000/api/v1/system/sync/vtiger"