aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-11-26 22:48:22 +0100
committerMaZderMind <git@mazdermind.de>2015-11-26 22:48:22 +0100
commit6813759926272c46c090c0c9d2798154ced9e8ac (patch)
tree6211ee7cfbad6e389eec9d8b85ad9d52ebc7a1f9
parentd143d33c8a39a99231b5de533e2e9a241ee9864d (diff)
[example scripts] use simpler .sh looping-script
-rwxr-xr-xexample-scripts/demo-local.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/demo-local.sh b/example-scripts/demo-local.sh
index 3a82f39..440c979 100755
--- a/example-scripts/demo-local.sh
+++ b/example-scripts/demo-local.sh
@@ -6,7 +6,7 @@ echo "PID=$PID"
sleep 1
./av-source-cam1.sh &
./av-source-cam2.sh &
-./av-source-background-loop.py &
+./av-source-background-loop.sh &
./av-record-output-ffmpeg.sh &
#./av-stream-hd.sh &
./demo-cycle-modes.sh &