Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove need/use of password.txt #795

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

slycordinator
Copy link
Contributor

Removes redundant generation/use/deletion of password.txt by placing the password as a variable and running echo with the variable directly.

Previously, the text 'password' was echoed into password.txt, then read from it again, before the file would finally get deleted.

Removes redundant generation/use/deletion of password.txt by placing the password as a variable and running echo with the variable directly.

Previously, the text 'password' was echoed into password.txt, then read from it again, before the file would finally get deleted.
@Quentin-Anthony
Copy link
Member

Thanks for this!

@Quentin-Anthony Quentin-Anthony merged commit 1f3894a into EleutherAI:main Mar 3, 2023
@slycordinator slycordinator deleted the remove_password_txt branch March 3, 2023 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants