From e719cdd0d1d70ad886057d6ffc5e2b8cb214a5ff Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Apr 2025 09:46:09 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/power.inc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 62b9c96f..a0559a9b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.8.30-04252025' +VERS='2.8.31-04272025' noheader=' update service dailytemp confsync -r -report test ' diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 2ea1736c..97ae08d3 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[${p}]}${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[${PORTSEL}]}${idsCL[Default]} (y/N): " read -n 1 portchange_confirm case "${portchange_confirm}" in [Yy])