fix top error
All checks were successful
Update Dispatches / refresh-news (push) Successful in 3s

This commit is contained in:
2026-02-06 08:09:52 -05:00
parent b9bbe5571f
commit 340fd4727c

View File

@@ -89,14 +89,14 @@ if [ -f "/usr/local/bin/dynr" ]; then
fi
fi
# Execute the module
dynr "$CMD_INPUT"
# --- FIXED EXECUTION LINE ---
# We use </dev/tty to ensure interactive programs like 'top' can access the terminal
dynr "$CMD_INPUT" </dev/tty
fi
exit 0
;;
2)
echo -e "${BLUE}Proceeding with Update...${NC}"
# Reinstall logic would go here
;;
3)
echo -e "${RED}Removing Dynasty files...${NC}"