Automate Accounting

This commit is contained in:
renzynx 2022-12-25 15:00:10 +07:00
parent aaafe46472
commit 3e399bf30c
1 changed files with 1 additions and 3 deletions

View File

@ -52,9 +52,7 @@ const ensure = async () => {
const p = generateRandomString(64);
const password = await argon.hash(p);
const stream = createWriteStream(
join(rootDir, "initial_root_password.txt")
);
const stream = createWriteStream(join(rootDir, "initial_root_account.txt"));
stream.write(
`