Skip to content

Commit

Permalink
Update speed-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Mar 15, 2024
1 parent 160679e commit 0fb4e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speed-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ echo "-----------------------------------------------"
echo "$STATUS Download GitHub Files"
if $is_upgrade ; then
echo "Note: config.py will not be overwritten. Updated settings are in config.py.new"
speedFiles=("menubox.sh" "speed-cam.py" "sql_speed_gt.py run.sh" \
speedFiles=("menubox.sh" "speed-cam.py" "sql_speed_gt.py" "run.sh" \
"speed-cam.sh" "search-speed.py" "search_config.py" "Readme.md" "makehtml.py" "webserver.py" \
"webserver.sh" "alpr-speed.py" "sql-make-graph-count-totals.py" "sql-make-graph-speed-ave.py" \
"supervisor/speed-cam.conf" "supervisor/speed-web.conf" \
"strmcam.py" "strmusbipcam.py" "strmpilegcam.py" "strmpilibcam.py")
else
speedFiles=("menubox.sh" "speed-cam.py" "sql_speed_gt.py run.sh" \
speedFiles=("menubox.sh" "speed-cam.py" "sql_speed_gt.py" "run.sh" \
"speed-cam.sh" "search-speed.py" "search_config.py" "Readme.md" "makehtml.py" "webserver.py" \
"webserver.sh" "rclone-security-sync-recent.sh" "remote-run.sh" "watch-app.sh" \
"alpr-speed.py" "sql-make-graph-count-totals.py" "sql-make-graph-speed-ave.py" "user_motion_code.py" \
Expand Down

0 comments on commit 0fb4e72

Please sign in to comment.