From 2a8cc8f39e1ea6dee33fa50fe95036fd7fa432da Mon Sep 17 00:00:00 2001 From: Tristram Oaten Date: Mon, 10 Oct 2016 14:24:51 +0100 Subject: [PATCH] default user and pass --- 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 70fe54a..6d53175 100755 --- a/init-and-run-wiki +++ b/init-and-run-wiki @@ -5,5 +5,5 @@ if [ ! -d /var/lib/tiddlywiki/mywiki ]; then tiddlywiki mywiki --init server fi -exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-"''"} 0.0.0.0 +exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-'wiki'} 0.0.0.0