mirror of
https://github.com/louislam/dockge.git
synced 2025-02-20 02:25:56 +00:00
Update reset-password.ts
Indent changes...
This commit is contained in:
parent
c451067ac4
commit
d5e8f17aa1
1 changed files with 62 additions and 62 deletions
|
@ -38,7 +38,7 @@ export const main = async () => {
|
|||
|
||||
if (! user ) {
|
||||
if ( !process.env.USER ) {
|
||||
throw new Error("user not found or provided, have you installed? Try to set USER env variable ...");
|
||||
throw new Error("user not found or provided, have you installed? Try to set USER and PASSWORD variables ...");
|
||||
} else {
|
||||
console.log("Trying to initialise user : " + process.env.USER);
|
||||
user = R.dispense("user");
|
||||
|
|
Loading…
Add table
Reference in a new issue