We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88e62 commit 54ab2dbCopy full SHA for 54ab2db
assets/squishbox-install.bash
@@ -346,10 +346,10 @@ Restart=on-failure
346
WantedBy=multi-user.target
347
EOF
348
sudo systemctl enable squishbox.service
349
+ sed -i "/^CTRL_CHAN/s|[0-9]\+|$ctrls_channel|" $installdir/headlesspi.py
350
sed -i "/^DEC_PATCH/s|[0-9]\+|$decpatch|" $installdir/headlesspi.py
351
sed -i "/^INC_PATCH/s|[0-9]\+|$incpatch|" $installdir/headlesspi.py
352
sed -i "/^BANK_INC/s|[0-9]\+|$bankinc|" $installdir/headlesspi.py
- sed -i "/^CTRLS_MIDI_CHANNEL/s|[0-9]\+|$ctrls_channel|" $installdir/headlesspi.py
353
ASK_TO_REBOOT=true
354
fi
355
0 commit comments