From 03032e78dfa4a8005231def0b9de350c3dcf5cbe Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 17:56:42 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index a06328a..41b4f6c 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -246,7 +246,7 @@ GO_REBOOT() { [ "$EUID" -ne 0 ] && adm="SUDO " || adm="" if [ -f /opt/idssys/nodemgmt/.tmp/.skip ]; then echo -e "\n${idsCL[LightCyan]}NodeMgmt Skip is currently enabled: Should we disable that and reboot, or just reboot?${idsCL[Default]}" - echo -en "${idsCL[White]}(${idsCL[LightGreen]}Y${idsCL[White]})es ${idsCL[LightCyan]}/${idsCL[White]} (${idsCL[LightGreen]}R${idsCL[White]})eboot ${idsCL[LightCyan]}/${idsCL[White]} (${idsCL[LightGreen]}*${idsCL[White]}) any other key to cancel${idsCL[Default]}" + echo -en " ${idsCL[White]}(${idsCL[LightGreen]}Y${idsCL[White]})es ${idsCL[LightCyan]}/${idsCL[White]} (${idsCL[LightGreen]}R${idsCL[White]})eboot ${idsCL[LightCyan]}/${idsCL[White]} (${idsCL[LightGreen]}*${idsCL[White]})any other key to cancel${idsCL[Default]}" read -n 1 -p " : " choice case "$choice" in [Yy]) ${adm}/usr/local/bin/nmg skip reboot