This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 267
Installer issue #101
Comments
You can make a pull request |
if u are on dashboard branch then the setup.js is correct no issue in it as for master branch IDK |
Not sure how.. Line 5 in the dashboard setup.js clearly states "let baseConfig = fs.readFileSync("./util/setup_base.txt", "utf8");" |
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.
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");
The text was updated successfully, but these errors were encountered: