diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 20:03:18 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-10-03 20:03:18 +0200 |
commit | 8cd4f8523bfe67784f1369eeef33556887e53379 (patch) | |
tree | 0921ffa93d5ba2f259bc9abf5b868d03fe4527fc /bin/luxcena-neo.sh | |
parent | 4850c11d87df287beacf5a5bd9012f7b54f13566 (diff) | |
parent | c6b6713e4ca50ecfaf847db1b874f2aec456fbb4 (diff) | |
download | Luxcena-Neo-8cd4f8523bfe67784f1369eeef33556887e53379.tar.gz Luxcena-Neo-8cd4f8523bfe67784f1369eeef33556887e53379.zip |
:twisted_rightwards_arrows: Merge in my own changes
Diffstat (limited to 'bin/luxcena-neo.sh')
-rwxr-xr-x | bin/luxcena-neo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/luxcena-neo.sh b/bin/luxcena-neo.sh index fc41f75..a861d87 100755 --- a/bin/luxcena-neo.sh +++ b/bin/luxcena-neo.sh @@ -5,5 +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/lux-neo/src/app.js >> /home/lux-neo/logs/service.log +export NODE_ENV=development +node /opt/luxcena-neo/app.js >> /var/log/luxcena-neo/service.log |