dmt

source code for the kunsthal art installation
git clone git://parazyd.org/dmt.git
Log | Files | Refs | README | LICENSE

commit d96d3b0405ac5f969012109126c19ae3ee3a0d5a
parent 5e6b0f70dc0700cc159fcb5930426147efe80f45
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 29 Nov 2017 10:59:29 +0100

correct ssh port; make midi_handler +x

Diffstat:
Mmidi-handler/midi_handler.py | 0
Mstart.sh | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/midi-handler/midi_handler.py b/midi-handler/midi_handler.py diff --git a/start.sh b/start.sh @@ -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