Update linupx-scripts.sh

This commit is contained in:
2025-08-17 17:55:01 -05:00
parent 4b2602de64
commit b634f7d77f

View File

@@ -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[Cyan]}(${idsCL[LightGreen]}Y${idsCL[Cyan]})es / (${idsCL[LightGreen]}R${idsCL[Cyan]})eboot / any other key to cancel${idsCL[Default]}"
echo -en "${idsCL[White]}(${idsCL[LightGreen]}Y${idsCL[White]})es / (${idsCL[LightGreen]}R${idsCL[White]})eboot / any other key to cancel${idsCL[Default]}"
read -n 1 -p " : " choice
case "$choice" in
[Yy]) ${adm}/usr/local/bin/nmg skip reboot