Commit dda6e4fc by Czémán Arnold

network: also fix dhcpd start

parent 7660abc3
#!/bin/bash #!/bin/bash
sed -i '/HWADDR=.*/d' /etc/sysconfig/network-scripts/ifcfg-vm sed -i '/HWADDR=.*/d' /etc/sysconfig/network-scripts/ifcfg-vm
ifup vm ifup vm
systemctl restart firewall
systemctl restart dhcpd systemctl restart dhcpd
exit 0 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