mirror of https://github.com/aredn/aredn.git
bugfix: /tmp/hosts dir is missing (#136)
This commit is contained in:
parent
76ef222b4d
commit
f7243ceed9
|
@ -761,6 +761,7 @@
|
|||
+
|
||||
+ # before we can call xappend
|
||||
+ mkdir -p /var/run/dnsmasq/
|
||||
+ mkdir -p /tmp/hosts
|
||||
+ mkdir -p $(dirname $CONFIGFILE)
|
||||
+ mkdir -p /var/lib/misc
|
||||
+ touch /tmp/dhcp.leases
|
||||
|
|
Loading…
Reference in New Issue