This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user