Skip to content

Commit ee2718a

Browse files
committed
Merge pull request #235 from drewrothstein/master
update comment to match function
2 parents c0cf1e4 + 220b1c2 commit ee2718a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ update-rc.d adafruit-webide.sh defaults
120120
echo "Attempting to force reload date and time from ntp server"
121121
/etc/init.d/ntp force-reload
122122

123-
#Check if port 80 is in use, use 3000 if so.
123+
#Check if port 80 is in use, use 8080 if so.
124124
PORT_USED=""
125125
if netstat -lnt | awk '$6 == "LISTEN" && $4 ~ ".80"' | grep -q "LISTEN"
126126
then
@@ -164,4 +164,4 @@ echo "**** Commands: sudo service adafruit-webide.sh {start,stop,restart} ****"
164164
echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"
165165
#echo "**** To run the editor: ****"
166166
#echo "**** cd ~/Adafruit/WebIDE ****"
167-
#echo "**** node webide ****"
167+
#echo "**** node webide ****"

0 commit comments

Comments
 (0)