We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b284c commit b178507Copy full SHA for b178507
coder-apps/install_pi.sh
@@ -19,7 +19,7 @@ base=$1
19
20
./install_common.sh $base
21
22
-./install_app.sh auth $base ./common/
23
-./install_app.sh coder $base ./common/
24
-./install_app.sh wifi $base ./common/
+./install_app.sh auth $base ./pi/
+./install_app.sh coder $base ./pi/
+./install_app.sh wifi $base ./pi/
25
raspbian-addons/etc/init.d/coder-daemon
@@ -17,7 +17,7 @@
17
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
18
DESC="Coder Server"
NAME="coder-daemon"
-DAEMON=/usr/bin/nodejs
+DAEMON=/opt/node/bin/node
DAEMON_ARGS="/home/coder/coder-dist/coder-base/server.js"
DAEMON_PATH="/home/coder/coder-dist/coder-base/"
PIDFILE=/var/run/$NAME.pid
0 commit comments