tupdate start.sh - dmt - source code for the kunsthal art installation
HTML git clone git://parazyd.org/dmt.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5e6b0f70dc0700cc159fcb5930426147efe80f45
DIR parent 5364b2be9ce87fb5314c263998868b3663d6b466
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 29 Nov 2017 10:53:12 +0100
update start.sh
Diffstat:
M start.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
DIR diff --git a/start.sh b/start.sh
t@@ -14,7 +14,11 @@ tmux send-keys "cd midi-handler && ./midi_handler.py" C-m
# Start the Asterisk log parsing daemon
tmux splitw -h -p 50
-tmux send-keys "# ssh root@10.20.30.38 'cd dmt/freepbx-glue && tail -f /var/log/asterisk/full | ./freepbx_glue.py'" C-m
+tmux send-keys "ssh root@kunsthalpbx 'killall python3 ; killall tail ; cd dmt/freepbx-glue && tail -f /var/log/asterisk/full | ./freepbx_glue.py'" C-m
+
+# Start Twinkle
+tmux splitw -v -p 50
+tmux send-keys "DISPLAY=:0 twinkle" C-m
# Attach to the session
tmux attach-session -t dmt