diff options
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 |