aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 04:45:52 +0000
committerPitu <[email protected]>2019-03-12 04:45:52 +0000
commit36538845609a078638196e1f456ebef51542f1ff (patch)
tree34c9bfbeb4e40bd5bb8d7c6dd57839072ab9f080 /src
parentAutomated pm2 process spawn (diff)
downloadhost.fuwn.me-36538845609a078638196e1f456ebef51542f1ff.tar.xz
host.fuwn.me-36538845609a078638196e1f456ebef51542f1ff.zip
No point in asking
Diffstat (limited to 'src')
-rw-r--r--src/wizard.js9
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();