From 7348d82ef20857f3dab139c41f372cffe3e1b1a6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:09:53 +0100 Subject: [PATCH] Update 99-run.sh --- comixed/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 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 065682e0a..e578914cf 100755 --- a/comixed/rootfs/etc/cont-init.d/99-run.sh +++ b/comixed/rootfs/etc/cont-init.d/99-run.sh @@ -56,7 +56,7 @@ done # LAUNCH APP # ############## -bashio::log.warning "Default password admin:admin..." +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.info "Starting..." # shellcheck disable=SC2086