diff --git a/immich/rootfs/etc/cont-init.d/99-run.sh b/immich/rootfs/etc/cont-init.d/99-run.sh index d80687bfd..22acb4550 100755 --- a/immich/rootfs/etc/cont-init.d/99-run.sh +++ b/immich/rootfs/etc/cont-init.d/99-run.sh @@ -88,7 +88,7 @@ fi printf "%s\n" "DB_DATABASE_NAME=\"$DB_DATABASE_NAME\"" printf "%s\n" "DB_PORT=\"$DB_PORT\"" printf "%s\n" "DB_HOSTNAME=\"$DB_HOSTNAME\"" - printf "%s\n"n" "JWT_SECRET=\"$JWT_SECRET\"" + printf "%s\n" "JWT_SECRET=\"$JWT_SECRET\"" } >> ~/.bashrc ###################