diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2018-10-18 21:22:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:22:18 +0200 |
commit | 1098c63adb9aee5d7f416ede1065f3dc4cb8d67e (patch) | |
tree | 1ac3328e1c5d2e3454d30476390e28e3233f28cf /bin/luxcena-neo.sh | |
parent | 02413fdd5f1b75db42a116a4187428922f49f28a (diff) | |
parent | 8df5b03aa53d9e5db21b697ee60e8e53c95218a1 (diff) | |
download | Luxcena-Neo-1098c63adb9aee5d7f416ede1065f3dc4cb8d67e.tar.gz Luxcena-Neo-1098c63adb9aee5d7f416ede1065f3dc4cb8d67e.zip |
:sparkles: Finish v1 of installer
:sparkles: Finish v1 of installer
Diffstat (limited to 'bin/luxcena-neo.sh')
-rwxr-xr-x | bin/luxcena-neo.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/luxcena-neo.sh b/bin/luxcena-neo.sh index 9bcf125..8455bf3 100755 --- a/bin/luxcena-neo.sh +++ b/bin/luxcena-neo.sh @@ -5,4 +5,5 @@ # the server needs root as well. #runuser -l pi -c "export NODE_ENV=production; node ~/luxcena-neo-install/src/app.js" -export NODE_ENV=production; node /home/pi/luxcena-neo-install/src/app.js +export NODE_ENV=production +node /home/lux-neo/install/src/app.js |