diff options
| -rwxr-xr-x | post-receive-stagit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive-stagit b/post-receive-stagit index c74bdc1..94d5a06 100755 --- a/post-receive-stagit +++ b/post-receive-stagit | |||
| @@ -75,7 +75,7 @@ mkpage() { | |||
| 75 | genstagit | 75 | genstagit |
| 76 | cpindexfile | 76 | cpindexfile |
| 77 | cpstylefiles "./" | 77 | cpstylefiles "./" |
| 78 | [ -e file/README.md ] && formatreadme | 78 | [ -e $htdir/file/README.md ] && formatreadme |
| 79 | for f in $(find "$htdir" -name "*.html"); do | 79 | for f in $(find "$htdir" -name "*.html"); do |
| 80 | adddownloadbutton $f | 80 | adddownloadbutton $f |
| 81 | addbottombar $f | 81 | addbottombar $f |
