Mercurial > hg > beaglert
comparison scripts/set_startup.sh @ 425:99de323c13b3 prerelease
Scripts use sh instead of bash. Some fixes in run_project and build_project
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 15:55:03 +0100 |
parents | d56e638c37c6 |
children | 2e01a9d6cb58 |
comparison
equal
deleted
inserted
replaced
424:9614e2f4b76e | 425:99de323c13b3 |
---|---|
1 #!/bin/bash | 1 #!/bin/sh |
2 # | 2 # |
3 # This script enables or disables running Bela when the board starts | 3 # This script enables or disables running Bela when the board starts |
4 # up. | 4 # up. |
5 | 5 |
6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" | 6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" |