From 977197e50713a49a2adf1b183a789d1853ded31c Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 17 Jun 2025 14:12:22 +0200 Subject: [PATCH] Update planka --- frontend/public/json/planka.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/public/json/planka.json b/frontend/public/json/planka.json index 3fc1d833..d0a19550 100644 --- a/frontend/public/json/planka.json +++ b/frontend/public/json/planka.json @@ -33,11 +33,7 @@ }, "notes": [ { - "text": "After installation finishes, type `cd /opt/planka/planka && npm run db:create-admin-user` inside LXC and follow prompts to create admin user.", - "type": "info" - }, - { - "text": "Type `cat ~/planka.creds` to see database credentials.", + "text": "Type `cat ~/planka.creds` to see admin user and database credentials.", "type": "info" } ]