From 7b96847f786cafc37eae8f171a992b61f2585dda Mon Sep 17 00:00:00 2001 From: Demonstrandum Date: Thu, 6 Aug 2020 17:23:58 +0100 Subject: [PATCH] Link index.html to log.html, being the default page. --- repo-gen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/repo-gen.sh b/repo-gen.sh index ff57661..1a33ee9 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -35,6 +35,7 @@ build_html () { [ ! -f favicon.png ] && ln -s ../favicon.png ./ [ ! -f logo.png ] && ln -s ../logo.png ./ [ ! -f highlight ] && ln -s ../highlight ./ + [ ! -f index.html ] && ln -s log.html index.html echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url" -- 2.39.2