bugfix: /tmp/hosts dir is missing (#136)

This commit is contained in:
dman776 2018-08-12 22:31:29 -05:00 committed by GitHub
parent 76ef222b4d
commit f7243ceed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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