commit 7b96847f786cafc37eae8f171a992b61f2585dda
parent eb89930a5b95bf11ad5355666bb5503395a3b91f
Author: Demonstrandum <moi@knutsen.co>
Date: Thu, 6 Aug 2020 17:23:58 +0100
Link index.html to log.html, being the default page.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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"