From a5fc50bca8c5d351ac87b2334cea55388db5af09 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 18 Oct 2018 21:17:39 +0200 Subject: :construction: Update install-dir-path to new user --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') 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..."); } -- cgit v1.2.3