Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 99f4811c authored by Robert Nelson's avatar Robert Nelson
Browse files

use local node install


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 07678892
No related merge requests found
......@@ -283,8 +283,8 @@ debian)
fi
fi
if [ -f /opt/node8/bin/node ] && [ -f /opt/cloud9/server.js ] ; then
/opt/node8/bin/node /opt/cloud9/server.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000 >/opt/cloud9/log 2>&1 &
if [ -f /usr/local/bin/node ] && [ -f /opt/cloud9/server.js ] ; then
/usr/local/bin/node /opt/cloud9/server.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000 >/opt/cloud9/log 2>&1 &
fi
;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment