Skip to content

Commit

Permalink
Merge branch 'v2.5.1-rc1' of https://github.com/OpenROV/openrov-software
Browse files Browse the repository at this point in the history
 into v2.5.1-rc1
  • Loading branch information
BrianAdams committed Oct 6, 2014
2 parents 25b8d09 + 3a0dae4 commit fedee6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ echo "# No persist!" >> /etc/udev/rules.d/70-persistent-net.rules
# setup the 'reset' GPIO configuration
/opt/openrov/cockpit/linux/reset.sh

# delete the emmc-copy log if present
if [ -f '/var/log/copy-to-emmc.log' ]; then
rm /var/log/copy-to-emmc.log
fi

exit 0

0 comments on commit fedee6d

Please sign in to comment.