mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
|
|
ifdown eth2
|
|
ifconfig eth2 down
|
|
service dnsmasq stop
|