Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Installer issue #101

Closed
welbot opened this issue Apr 29, 2020 · 4 comments
Closed

Installer issue #101

welbot opened this issue Apr 29, 2020 · 4 comments

Comments

@welbot
Copy link

welbot commented Apr 29, 2020

I'm not real clued in on the whole github thing, but post install configuration fails because in line 5 of setup.js it has:

let baseConfig = fs.readFileSync("./util/setup_base.txt", "utf8");

but it should be:

let baseConfig = fs.readFileSync("./installer/setup_base.txt", "utf8");

@MTGPROD
Copy link

MTGPROD commented May 1, 2020

You can make a pull request

@RohitM-IN
Copy link

RohitM-IN commented May 2, 2020

if u are on dashboard branch then the setup.js is correct no issue in it as for master branch IDK
EDIT: nop both branches are working perfectly

@welbot
Copy link
Author

welbot commented May 2, 2020

Not sure how.. Line 5 in the dashboard setup.js clearly states "let baseConfig = fs.readFileSync("./util/setup_base.txt", "utf8");"
yet setup_base.txt is in the installer folder, NOT the util folder.

@YorkAARGH
Copy link
Member

Thanks for that heads up! I'll fix it now!

YorkAARGH added a commit that referenced this issue May 2, 2020
Forgot to update this, should fix #101
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants