Commit dda6e4fc by Czémán Arnold

network: also fix dhcpd start

parent 7660abc3
#!/bin/bash
sed -i '/HWADDR=.*/d' /etc/sysconfig/network-scripts/ifcfg-vm
ifup vm
systemctl restart firewall
systemctl restart dhcpd
exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment