Mercurial > hg > beaglert
diff scripts/build_project.sh @ 85:91e1a3a220d4
Suppressed the no screen found warnings
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 17 Jul 2015 23:12:09 +0100 |
parents | b89dd0c97a04 |
children | c74006ef86ca |
line wrap: on
line diff
--- a/scripts/build_project.sh Fri Jul 17 22:58:25 2015 +0100 +++ b/scripts/build_project.sh Fri Jul 17 23:12:09 2015 +0100 @@ -67,7 +67,7 @@ # Stop BeagleRT and clean out old source files echo "Stopping BeagleRT and removing old source files..." -ssh -t -t $BBB_ADDRESS "screen -X -S BeagleRT quit ; pkill BeagleRT ; make sourceclean -C $BBB_PATH" +ssh -t -t $BBB_ADDRESS "screen -X -S BeagleRT quit &>/dev/null; pkill BeagleRT ; make sourceclean -C $BBB_PATH" #concatenate arguments to form path. BBB_SOURCE_PATH= #initially empty, will be filled with input arguments