From fc0647e5b0281f498a02440d8b839d990ef01325 Mon Sep 17 00:00:00 2001 From: liecno Date: Fri, 3 Jan 2025 19:49:27 +0100 Subject: [PATCH] Add version number to update information for ps5-mqtt script --- ct/ps5-mqtt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/ps5-mqtt.sh b/ct/ps5-mqtt.sh index e5c7c977..2dfe955f 100644 --- a/ct/ps5-mqtt.sh +++ b/ct/ps5-mqtt.sh @@ -41,7 +41,7 @@ function update_script() { systemctl stop ps5-mqtt.service msg_ok "Stopped service" - msg_info "Updating PS5-MQTT" + msg_info "Updating PS5-MQTT to ${RELEASE}" cd ~ wget -q https://github.com/FunkeyFlo/ps5-mqtt/archive/refs/tags/${RELEASE}.tar.gz tar zxf ${RELEASE}.tar.gz