From c1c89cdd52bf1a76f704b85d7f55c7533c4af37a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Aug 2021 20:35:08 +0200 Subject: [PATCH] Update run.sh --- joplin/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplin/rootfs/run.sh b/joplin/rootfs/run.sh index ff22bc29f..1527e2acc 100644 --- a/joplin/rootfs/run.sh +++ b/joplin/rootfs/run.sh @@ -53,6 +53,6 @@ bashio::config.has_value 'POSTGRES_PORT' && export POSTGRES_PORT=$(bashio::confi bashio::config.has_value 'POSTGRES_HOST' && export POSTGRES_HOST=$(bashio::config 'POSTGRES_HOST') export APP_BASE_URL=$(bashio::config 'APP_BASE_URL') -bashio::log.info 'Starting Joplin' +bashio::log.info 'Starting Joplin. Default user is "admin@localhost" with password "admin"' npm --prefix packages/server start