From 310981e1145f6aac58a741d618ccd633d1e476a7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Apr 2025 09:47:38 -0500 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 97ae08d3..b3161632 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -1385,7 +1385,7 @@ PDUCONTROL(){ DIVIDER . yellow 60 echo -e "${idsCL[Yellow]}Port ${idsCL[LightYellow]}${PORTSEL}${idsCL[Default]}) ${idsCL[LightCyan]}${PORT_DESC[${tp}]} ${idsCL[Default]}: ${portsel_power_disp}${idsCL[Default]}\n" - echo -en "${idsCL[LightCyan]}Are you sure you wish to turn ${portsel_change_power_disp}${idsCL[LightCyan]} (port ${PORTSEL}) ${idsCL[Yellow]}${PORT_DESC[${PORTSEL}]}${idsCL[Default]} (y/N): " + echo -en "${idsCL[LightCyan]}Are you sure you wish to turn ${portsel_change_power_disp}${idsCL[LightCyan]} (port ${PORTSEL}) ${idsCL[Yellow]}${PORT_DESC[${tp}]}${idsCL[Default]} (y/N): " read -n 1 portchange_confirm case "${portchange_confirm}" in [Yy])