diff --git a/config-joey.hs b/config-joey.hs index 8365b2f..6b2dc14 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -68,7 +68,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Docker.garbageCollected `period` Daily & Docker.docked hosts "webserver" & File.dirExists "/var/www/html" - & "/var/www/html/index.html" `File.hasContent` ["hello, world"] + & File.notPresent "/var/www/html/index.html" & "/var/www/index.html" `File.hasContent` ["hello, world"] & alias "helloworld.kitenet.net"