From 05ba3aab360caa51f0a166ad42360531ee2eb842 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Wed, 24 Nov 2021 00:46:39 +0100 Subject: [PATCH] update script and .conf file --- scripts/start.sh | 1 + www.zapashcanon.fr.conf => www.conf | 0 2 files changed, 1 insertion(+) rename www.zapashcanon.fr.conf => www.conf (100%) diff --git a/scripts/start.sh b/scripts/start.sh index c10e1c0..aa9e30a 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -4,6 +4,7 @@ set -eu ( cd "$(dirname "$0")/../" + eval $(opam env) dune exec -- src/www.exe ) diff --git a/www.zapashcanon.fr.conf b/www.conf similarity index 100% rename from www.zapashcanon.fr.conf rename to www.conf