You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve admin credentials across re-runs (idempotency)
When ./setup.sh is re-run, generate_env_file() overwrites .env,
destroying auto-generated admin passwords. configure_arr_auth() then
sees 'Forms' already configured and returns early without re-appending
credentials, leaving manage.sh keys showing blank passwords.
Fix: extract existing admin credentials in check_existing_installation()
and inject them back into .env in generate_env_file() when present.
0 commit comments