aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 21:17:39 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-10-18 21:17:39 +0200
commita5fc50bca8c5d351ac87b2334cea55388db5af09 (patch)
treecabe06e498b8499edcf335884b20883a3af9f09a /app.js
parent8df5b03aa53d9e5db21b697ee60e8e53c95218a1 (diff)
downloadLuxcena-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 50eb1bd..5cdfcbd 100644
--- a/app.js
+++ b/app.js
@@ -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..."); }