Skip to content

Commit

Permalink
Update to change default install folder to speed-camera
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Aug 15, 2017
1 parent a7c1809 commit 212f56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions speed-cam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Add the following command to the /etc/rc.local
# /home/pi/pi-timolo/webserver.sh start

progpath="/home/pi/rpi-speed-camera"
progpath="/home/pi/speed-camera"
progname="speed-cam.py"

echo "$0 ver 3.00 written by Claude Pageau"
echo "$0 ver 6.00 written by Claude Pageau"
echo "-----------------------------------------------"
cd $progpath

Expand Down
4 changes: 2 additions & 2 deletions webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Add the following command to the /etc/rc.local
# /home/pi/pi-timolo/webserver.sh start

progpath="/home/pi/rpi-speed-camera"
progpath="/home/pi/speed-camera"
progname="webserver.py"

echo "$0 ver 3.00 written by Claude Pageau"
echo "$0 ver 6.00 written by Claude Pageau"
echo "-----------------------------------------------"
cd $progpath

Expand Down

0 comments on commit 212f56a

Please sign in to comment.