Skip to content

Commit

Permalink
Fix typo in gochan.example.json (version should be Version)
Browse files Browse the repository at this point in the history
dist.sh now copies html/firstrun.html instead of html/index.html
  • Loading branch information
Joshua Merrell committed Jun 21, 2018
1 parent 9409ce3 commit 7ed7e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ function copyStuff {
cp -r html/css $DIRNAME/html/css
cp -r html/error $DIRNAME/html/error
cp -r html/javascript $DIRNAME/html/javascript
touch $DIRNAME/html/index.html
touch $DIRNAME/html/firstrun.html
cp html/firstrun.html $DIRNAME/html/firstrun.html
mkdir $DIRNAME/log
cp -r templates $DIRNAME
cp initialsetupdb.sql $DIRNAME
Expand Down
2 changes: 1 addition & 1 deletion gochan.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"_comment": "set GeoIPDBlocation to cf to use Cloudflare's GeoIP",
"GeoIPDBlocation": "/usr/share/GeoIP/GeoIP.dat",
"MaxRecentPosts": 3,
"verbosity": 0,
"Verbosity": 0,
"EnableAppeals": true,
"MaxModlogDays": 14,
"_comment": "Set RandomSeed to a (preferrably large) string of letters and numbers",
Expand Down

0 comments on commit 7ed7e1a

Please sign in to comment.