second commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
function restart_dnsmasq() {
|
||||
echo -n "lxd: restart dnsmasq... "
|
||||
lxc network get lxdbr0 raw.dnsmasq >/tmp/dnsmaq.conf
|
||||
lxc network set lxdbr0 raw.dnsmasq - </tmp/dnsmaq.conf
|
||||
echo "OK"
|
||||
}
|
||||
|
||||
## MAIN
|
||||
. "$MIAOU_BASEDIR/lib/init.sh"
|
||||
restart_dnsmasq
|
||||
Reference in New Issue
Block a user