diff options
author | MaZderMind <git@mazdermind.de> | 2015-11-26 22:47:46 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-11-26 22:47:46 +0100 |
commit | d143d33c8a39a99231b5de533e2e9a241ee9864d (patch) | |
tree | 4cdafca0e88b79d3479ecd8a2f117dead42a8b1c /example-scripts | |
parent | 3579a052ae3ace1f67d816fd9bfdffc66c8168d4 (diff) |
[example scripts] fix path to core
Diffstat (limited to 'example-scripts')
-rwxr-xr-x | example-scripts/demo-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/demo-local.sh b/example-scripts/demo-local.sh index 2fb1f6a..3a82f39 100755 --- a/example-scripts/demo-local.sh +++ b/example-scripts/demo-local.sh @@ -1,6 +1,6 @@ #!/bin/bash -../voctocore.py -vv & +../voctocore/voctocore.py -vv & PID=$! echo "PID=$PID" sleep 1 |