diff options
Diffstat (limited to 'deployment')
| -rwxr-xr-x | deployment/start-solo-tool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/start-solo-tool.sh b/deployment/start-solo-tool.sh index 5ef98a0..abe173a 100755 --- a/deployment/start-solo-tool.sh +++ b/deployment/start-solo-tool.sh @@ -10,6 +10,7 @@ git pull count=0 until aconnect -l | grep "SoloTool Virtual MIDI"; do sleep 0.5 + ((count++)) if [[ $count -gt 60 ]] then break |
