diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-01 16:05:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-01 16:05:31 -0400 |
| commit | a50edc3d9f1fc630ba5f72aba6cfec9aca71c204 (patch) | |
| tree | 9d8e958c2e78c08d71afa99b5b9e081a9451b803 /config-joey.hs | |
| parent | a7045f737efe76c7346a1ac34f10d0d8d311ff89 (diff) | |
better types for systemd port publishing
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 56f1eb93..ff06333d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -104,8 +104,8 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Docker.garbageCollected `period` Daily ! Docker.docked webserver' & File.dirExists "/var/www/html" - & File.notPresent "/var/www/html/index.html" - & "/var/www/index.html" `File.hasContent` ["hello, world"] + & File.notPresent "/var/www/index.html" + & "/var/www/html/index.html" `File.hasContent` ["hello, world"] & alias "helloworld.kitenet.net" & Docker.docked oldusenetShellBox |
