From 3ddfe2ea5dc3dd6fcfb089e2526cbc32e0a587ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 18 Dec 2021 13:54:26 +0100 Subject: [PATCH] Update 99-run.sh --- joplin/rootfs/scripts/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/joplin/rootfs/scripts/99-run.sh b/joplin/rootfs/scripts/99-run.sh index f07552a21..f032880d6 100644 --- a/joplin/rootfs/scripts/99-run.sh +++ b/joplin/rootfs/scripts/99-run.sh @@ -25,4 +25,5 @@ export APP_BASE_URL=$(bashio::config 'APP_BASE_URL') bashio::log.info 'Starting Joplin. Initial user is "admin@localhost" with password "admin"' +cd /home/joplin npm --prefix packages/server start