#!/bin/bash
CONFIG=/etc/sysconfig/network/config
sed -i s/'NETWORKMANAGER="no"'/'NETWORKMANAGER="yes"'/ $CONFIG
