# HG changeset patch # User Richard Westhaver # Date 1726101869 14400 # Node ID 81e2b61094fb25e371fd966f41b7ec6e484006ad # Parent 39b9bcb13cade6c20c19bd4775575f0c55af3540 hgweb only in serve.sh diff -r 39b9bcb13cad -r 81e2b61094fb serve.sh --- a/serve.sh Wed Sep 11 20:40:42 2024 -0400 +++ b/serve.sh Wed Sep 11 20:44:29 2024 -0400 @@ -1,3 +1,2 @@ #!/usr/bin/env bash -& hg serve --web-conf hgweb.conf -caddy run --config Caddyfile +hg serve --web-conf hgweb.conf