From 49d7a3061846043247b27c3b5e567602e278a19e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:15:44 +0100 Subject: [PATCH] Update 99-run.sh --- comixed/rootfs/etc/cont-init.d/99-run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/comixed/rootfs/etc/cont-init.d/99-run.sh b/comixed/rootfs/etc/cont-init.d/99-run.sh index e578914cf..e391dbe54 100755 --- a/comixed/rootfs/etc/cont-init.d/99-run.sh +++ b/comixed/rootfs/etc/cont-init.d/99-run.sh @@ -56,7 +56,10 @@ done # LAUNCH APP # ############## -bashio::log.warning "When run for the first time, ComiXed creates a default accounts for logging into the system: Username: comixedadmin@localhost Password: comixedadmin" +bashio::log.warning "When run for the first time, ComiXed creates two default accounts for logging into the system:" +bashio::log.warning "Username: comixedadmin@localhost Password: comixedadmin" +bashio::log.warning "Username: comixedreader@localhost Password: comixedreader" + bashio::log.info "Starting..." # shellcheck disable=SC2086