From eb91f5c1951aeb85bf71c338c480665f009e99bf Mon Sep 17 00:00:00 2001 From: Tristram Oaten Date: Mon, 10 Oct 2016 12:07:55 +0100 Subject: [PATCH] Update init-and-run-wiki --- init-and-run-wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-and-run-wiki b/init-and-run-wiki index b43bf23..b0a791d 100755 --- a/init-and-run-wiki +++ b/init-and-run-wiki @@ -5,4 +5,4 @@ if [ ! -d /var/lib/tiddlywiki/mywiki ]; then tiddlywiki mywiki --init server fi -exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html user "" 0.0.0.0 +exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html $USERNAME $PASSWORD 0.0.0.0