diff options
Diffstat (limited to 'scripts/reset-password.ts')
-rwxr-xr-x | scripts/reset-password.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reset-password.ts b/scripts/reset-password.ts index 5ab7d01e5..f0c06a7bf 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts | |||
@@ -18,7 +18,7 @@ db.init(true) | |||
18 | .then(user => { | 18 | .then(user => { |
19 | if (!user) { | 19 | if (!user) { |
20 | console.error('User unknown.') | 20 | console.error('User unknown.') |
21 | return | 21 | process.exit(-1) |
22 | } | 22 | } |
23 | 23 | ||
24 | const readline = require('readline') | 24 | const readline = require('readline') |