Fix legacy migration flow: move chpasswd to password-acknowledge endpoint

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/6ad42ef5-884b-4945-b49e-76b3e6c34088

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-30 01:42:01 +00:00
committed by GitHub
parent 68c3aa95fd
commit b5715e05c6
2 changed files with 37 additions and 2 deletions
-1
View File
@@ -226,7 +226,6 @@ in
printf '%s\n' "$FREE_PASS" > "$SECRET_FILE"
chmod 600 "$SECRET_FILE"
printf 'free:%s\n' "$FREE_PASS" | chpasswd
printf '%s\n' "$FREE_PASS" > "$NEWPASS_FILE"
chmod 600 "$NEWPASS_FILE"