diff scripts/stop_running.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 a430a16d2c02
children d9a4fc5357e7
line wrap: on
line diff
--- a/scripts/stop_running.sh	Thu Jun 16 14:34:18 2016 +0100
+++ b/scripts/stop_running.sh	Thu Jun 16 15:55:03 2016 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # This script stops the Bela program running on the BeagleBone.
 
@@ -16,4 +16,4 @@
 # these scripts; the second will catch any leftovers run other ways
 
 BELA_AUDIO_THREAD_NAME=beaglert-audio 
-ssh $BBB_ADDRESS make -C $BBB_BELA_HOME stop
+ssh $BBB_ADDRESS make --no-print-directory -C $BBB_BELA_HOME stop