]> git.armaanb.net Git - stagit.git/blobdiff - repo-gen.sh
Link index.html to log.html, being the default page.
[stagit.git] / 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"