SuperNodeStorage/post-install.js
sairajzero dea8835245 bug fix
- Adding semicolons to end of statements to prevent potential bugs.
- Logged in ID and Database connection will be notified.
- Fixed: database.js - few functions not having return promise statement.
2021-07-23 03:06:00 +05:30

11 lines
260 B
JavaScript

let message =
`SupernodeStorage is installed.
To complete the setup:
1. Open gen-param.html and Download param.json to this directory
2. Copy config-sample.json to config.json and Edit the values
To start the node, Run:
npm start
`;
console.log(message);