From 44c9b4e59952d7132683e28fbb0583ab20417085 Mon Sep 17 00:00:00 2001 From: liecno Date: Fri, 3 Jan 2025 20:18:15 +0100 Subject: [PATCH] Improve wording for the config location for the ps5-mqtt script --- json/ps5-mqtt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/ps5-mqtt.json b/json/ps5-mqtt.json index 9c82f691..4a8afcb3 100644 --- a/json/ps5-mqtt.json +++ b/json/ps5-mqtt.json @@ -32,7 +32,7 @@ }, "notes": [ { - "text": "config file: `/root/.config/ps5-mqtt/config.json`", + "text": "After installation, the MQTT endpoint must be configured. The configuration file is located within the LXC container at: `/root/.config/ps5-mqtt/config.json`", "type": "info" } ]