Mercurial > hg > beaglert
comparison scripts/setup_board.sh @ 314:611306d840b3 prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 19:00:43 +0100 |
parents | ff5f346a293e |
children | b49dc040af73 |
comparison
equal
deleted
inserted
replaced
313:c770cdf3d8b2 | 314:611306d840b3 |
---|---|
36 | 36 |
37 # Find location of this script so we can locate the rest of the files | 37 # Find location of this script so we can locate the rest of the files |
38 SCRIPTPATH=$(readlink "$0") | 38 SCRIPTPATH=$(readlink "$0") |
39 SCRIPTDIR=$(dirname "$SCRIPTPATH") | 39 SCRIPTDIR=$(dirname "$SCRIPTPATH") |
40 | 40 |
41 read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N)" -r | 41 read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N) " -r |
42 echo | 42 echo |
43 if [[ $REPLY = [yY] ]] | 43 if [[ $REPLY = [yY] ]] |
44 then | 44 then |
45 # Stop BeagleRT if running and remove all files | 45 # Stop BeagleRT if running and remove all files |
46 echo "Stopping BeagleRT and removing old files." | 46 echo "Stopping BeagleRT and removing old files." |