From 118b2ffe2f511980b8fe7c00457371ca62ce1fb9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 16 Aug 2016 15:46:53 +0100 Subject: [PATCH] Fix `lazy.sh` to serve the edition *tw5.com-server* As per the existing documentation: http://tiddlywiki.com/#Scripts%20for%20TiddlyWiki%20on%20Node.js --- bin/lazy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lazy.sh b/bin/lazy.sh index eb0603701..372799288 100755 --- a/bin/lazy.sh +++ b/bin/lazy.sh @@ -5,7 +5,7 @@ # Optional parameter is the username for signing edits node ./tiddlywiki.js \ - editions/server \ + editions/tw5.com-server \ --verbose \ --server 8080 $:/core/save/lazy-images text/plain text/html $1 $2\ || exit 1