Update init script (#1098)

This commit is contained in:
Leendert de Borst
2025-08-08 14:46:32 +02:00
committed by Leendert de Borst
parent b30f8853aa
commit f5f05703a0

View File

@@ -65,6 +65,7 @@ if [ ! -f /secrets/admin_password_hash ]; then
echo "[init] → Admin password hash saved to /secrets/admin_password_hash"
else
echo "[init] → Admin password hash already exists"
echo "[init] (to reset the admin password, delete the file ./secrets/admin_password_hash and restart the container)"
fi
# Read PostgreSQL password for database initialization