From 36538845609a078638196e1f456ebef51542f1ff Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 12 Mar 2019 04:45:52 +0000 Subject: No point in asking --- src/wizard.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/wizard.js') 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(); -- cgit v1.2.3