fix: Add com port

This commit is contained in:
Kroese 2025-10-06 23:33:02 +02:00 committed by GitHub
parent 86e3fc144a
commit b480d1b602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ page="/run/shm/index.html"
address="/run/shm/qemu.ip"
shutdown="/run/shm/qemu.end"
template="/var/www/index.html"
url="http://127.0.0.1:2210/read?command=10"
url="http://127.0.0.1:$COM_PORT/read?command=10"
resp_err="Guest returned an invalid response:"
curl_err="Failed to connect to guest: curl error"