diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:17:39 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-10-18 21:17:39 +0200 |
commit | a5fc50bca8c5d351ac87b2334cea55388db5af09 (patch) | |
tree | cabe06e498b8499edcf335884b20883a3af9f09a /app.js | |
parent | 8df5b03aa53d9e5db21b697ee60e8e53c95218a1 (diff) | |
download | Luxcena-Neo-a5fc50bca8c5d351ac87b2334cea55388db5af09.tar.gz Luxcena-Neo-a5fc50bca8c5d351ac87b2334cea55388db5af09.zip |
:construction: Update install-dir-path to new user
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ let io = require("socket.io").listen(server); // Firstly we set up all globals, check that the usrData dir exists, if not, we run the setup let srcDir = __dirname; -let installDir = "/home/pi/luxcena-neo-install/" +let installDir = "/home/lux-neo/install/" if (process.argv.length >= 3) { installDir = process.argv[2]; } let dataDir = installDir + "/userdata/"; if (!fse.existsSync(dataDir)) { throw new Error("APPDIR not found! Exiting..."); } |