From b437dd617f85405cad2af982d722c74cac5afa2b Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:24:12 +0200 Subject: [PATCH] immichframe: write the creds file the way the other scripts do Sixty install scripts use cat <>~/immichframe.creds + cat <>~/immichframe.creds +ImmichFrame Admin User: admin +ImmichFrame Admin Password: $ADMIN_PASSWORD +EOF systemctl daemon-reload msg_ok "Set Admin Password (see ~/immichframe.creds)" fi diff --git a/install/immichframe-install.sh b/install/immichframe-install.sh index e0e7f58e3..cba170169 100644 --- a/install/immichframe-install.sh +++ b/install/immichframe-install.sh @@ -61,10 +61,10 @@ msg_ok "Setup ImmichFrame" msg_info "Creating Service" ADMIN_PASSWORD=$(openssl rand -hex 16) -{ - echo "ImmichFrame Admin User: admin" - echo "ImmichFrame Admin Password: $ADMIN_PASSWORD" -} >>~/immichframe.creds +cat <~/immichframe.creds +ImmichFrame Admin User: admin +ImmichFrame Admin Password: $ADMIN_PASSWORD +EOF cat </etc/systemd/system/immichframe.service [Unit] Description=ImmichFrame Digital Photo Frame