source: server/lib/osadapter.sh @ aa2d600

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since aa2d600 was 71b93c5d, checked in by Irina Gómez <irinagomez@…>, 6 years ago

Fixs multicast error: create 'read' alias defining line break character as default delimiter.

  • Property mode set to 100755
File size: 148 bytes
Line 
1#!/bin/bash
2# Funciones o configuración para la compatibilidad con Ubuntu 18 en el servidor.
3set -a
4shopt -s expand_aliases
5alias read='read -d\n'
Note: See TracBrowser for help on using the repository browser.