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