diff options
| author | Pitu <[email protected]> | 2019-03-12 04:45:52 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-12 04:45:52 +0000 |
| commit | 36538845609a078638196e1f456ebef51542f1ff (patch) | |
| tree | 34c9bfbeb4e40bd5bb8d7c6dd57839072ab9f080 /src | |
| parent | Automated pm2 process spawn (diff) | |
| download | host.fuwn.me-36538845609a078638196e1f456ebef51542f1ff.tar.xz host.fuwn.me-36538845609a078638196e1f456ebef51542f1ff.zip | |
No point in asking
Diffstat (limited to 'src')
| -rw-r--r-- | src/wizard.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/wizard.js b/src/wizard.js index 0b57860..f736ee2 100644 --- a/src/wizard.js +++ b/src/wizard.js @@ -7,15 +7,6 @@ qoa.config({ }); async function start() { - const confirm = await qoa.confirm({ - type: 'confirm', - query: 'Would you like to run the setup wizard now?', - handle: 'run', - accept: 'y', - deny: 'n' - }); - if (!confirm.run) process.exit(0); - console.log(); console.log('You can manually edit .env file after the wizard to edit values'); console.log(); |