]> git.armaanb.net Git - stagit.git/commitdiff
Link index.html to log.html, being the default page.
authorDemonstrandum <moi@knutsen.co>
Thu, 6 Aug 2020 16:23:58 +0000 (17:23 +0100)
committerDemonstrandum <moi@knutsen.co>
Thu, 6 Aug 2020 16:23:58 +0000 (17:23 +0100)
repo-gen.sh

index ff57661000ff60a71852ce74ef6d147a1520092e..1a33ee9df0ad3ac4e125a1a0adbb6c05305cb9bf 100755 (executable)
@@ -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"