remove excess ports

This commit is contained in:
2025-01-14 23:35:57 -06:00
parent e789dad1f6
commit f3451efac6

View File

@@ -17,6 +17,6 @@ data:
apk add curl
fi
echo "updating port with {{`{{PORTS}}`}}"
echo "updating port with {{PORTS}}"
curl -i -X POST -d "json={\"listen_port\": {{`{{PORTS}}}`}}" "http://localhost:8080/api/v2/app/setPreferences"'
curl -i -X POST -d "json={\"listen_port\": {{PORTS}}}" "http://localhost:8080/api/v2/app/setPreferences"'