tcorrect ssh port; make midi_handler +x - 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 d96d3b0405ac5f969012109126c19ae3ee3a0d5a DIR parent 5e6b0f70dc0700cc159fcb5930426147efe80f45 HTML Author: parazyd <parazyd@dyne.org> Date: Wed, 29 Nov 2017 10:59:29 +0100 correct ssh port; make midi_handler +x Diffstat: M midi-handler/midi_handler.py | 0 M start.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/midi-handler/midi_handler.py b/midi-handler/midi_handler.py DIR diff --git a/start.sh b/start.sh t@@ -14,7 +14,7 @@ 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@kunsthalpbx 'killall python3 ; killall tail ; cd dmt/freepbx-glue && tail -f /var/log/asterisk/full | ./freepbx_glue.py'" C-m +tmux send-keys "ssh -p2501 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