diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 21:29:16 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 21:29:16 -0400 |
| commit | d02b5bcc05f18f28379832d9d87bfd3d972aac86 (patch) | |
| tree | 3ad03a0a996dca0c9d5c4068d28e37a6ecc8fc52 /src/Propellor/Property/SiteSpecific/JoeySites.hs | |
| parent | e2549c3d7603e693f0663a0cf411164845345088 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6f04b187..dc091f9d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -964,7 +964,7 @@ homeRouter = propertyList "home router" $ props , "hw_mode=g" , "channel=8" ] - `requires` File.dirExists "/lib/hostapd" + `requires` File.dirExists "/etc/hostapd" & File.hasContent "/etc/resolv.conf" [ "domain kitenet.net" , "search kitenet.net" |
