diff options
| author | Pitu <[email protected]> | 2019-03-01 00:36:06 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-01 00:36:06 +0900 |
| commit | a9e9373c9c77c779ca0640f1af9cb7013e8eac89 (patch) | |
| tree | 05537cac502b1d4e69ca944407c44878208f0dd9 /src/wizard.js | |
| parent | Create nginx.md (diff) | |
| download | host.fuwn.me-a9e9373c9c77c779ca0640f1af9cb7013e8eac89.tar.xz host.fuwn.me-a9e9373c9c77c779ca0640f1af9cb7013e8eac89.zip | |
clearer instructions
Diffstat (limited to 'src/wizard.js')
| -rw-r--r-- | src/wizard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard.js b/src/wizard.js index de790df..0b57860 100644 --- a/src/wizard.js +++ b/src/wizard.js @@ -105,7 +105,7 @@ async function start() { }, { type: 'secure', - query: 'Type a secure password for the root user:', + query: 'Type a secure password for the admin account:', handle: 'ADMIN_PASSWORD' }, { |