Skip to content

Commit edfded7

Browse files
Justin CooperJustin Cooper
authored andcommitted
fix some angstrom install issues
1 parent dd7db89 commit edfded7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

scripts/install-angstrom.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ else
173173
make
174174
cp restartd.conf /etc/restartd.conf
175175
cp restartd /usr/bin/restartd
176-
echo 'webide "node" "service adafruit-webide.sh restart" ""' >> /etc/restartd.conf
176+
echo 'webide "node" "service adafruit-webide-angstrom.sh restart" ""' >> /etc/restartd.conf
177177
fi
178178

179179
#kill all restartd processes, and restart one
@@ -185,8 +185,5 @@ echo "**** Starting the server...(please wait) ****"
185185
sleep 20s
186186

187187
echo "**** The Adafruit WebIDE is installed and running! ****"
188-
echo "**** Commands: sudo service adafruit-webide-angstrom.sh {start,stop,restart} ****"
189-
echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"
190-
#echo "**** To run the editor: ****"
191-
#echo "**** cd ~/Adafruit/WebIDE ****"
192-
#echo "**** node webide ****"
188+
echo "**** Commands: /etc/init.d/adafruit-webide-angstrom.sh {start,stop} ****"
189+
echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"

0 commit comments

Comments
 (0)