1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Merge branch 'master' of git.opennebula.org:one

This commit is contained in:
Ruben S. Montero 2014-04-22 12:24:48 +02:00
commit fe67faa255

View File

@ -170,7 +170,8 @@ configure_network()
activate_network()
{
if [[ `lsb_release -c | awk '{print($2)}'` = precise ]]; then
. /etc/os-release
if [ ID = "ubuntu" ]; then
IFACES=`get_interfaces`
for i in $IFACES; do