From 5884dfe2846a8e79fd4390ec7574cd7aa41a0b58 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Wed, 11 Feb 2026 00:03:25 -0600 Subject: [PATCH] fix: update badge not displaying on menu --- conduit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit.sh b/conduit.sh index b10e6c2..49faa39 100644 --- a/conduit.sh +++ b/conduit.sh @@ -8830,7 +8830,7 @@ SVCEOF echo -e " 7. 🔁 Restart Conduit" local _update_badge="" if [ -f /tmp/.conduit_update_available ]; then - local _uv=$(<"/tmp/.conduit_update_available" 2>/dev/null) + local _uv=$(cat "/tmp/.conduit_update_available" 2>/dev/null) if [ "$_uv" = "new" ]; then _update_badge=" ${GREEN}⚡ Update available!${NC}" elif [ -n "$_uv" ]; then