diff options
Diffstat (limited to 'repoman/bin')
-rwxr-xr-x | repoman/bin/sendFileMcast | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repoman/bin/sendFileMcast b/repoman/bin/sendFileMcast index 222a6d40..b7eeb303 100755 --- a/repoman/bin/sendFileMcast +++ b/repoman/bin/sendFileMcast @@ -11,6 +11,9 @@ OGBIN=$OPENGNSYS/bin PATH=$PATH:$OGBIN REPO_IFACE="$(/opt/opengnsys/bin/getRepoIface)" +# Compatibilidad con Ubuntu 18 +source $OPENGNSYS/lib/osadapter.sh + # Si se solicita, mostrar ayuda. if [ "$*" == "help" ]; then echo "Formato: $PROG fichero|nombreImagen datosMulticast" |