fixed: always execute the off command on start
This commit is contained in:
parent
c35c5d3ca9
commit
3caab43192
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ bool CAmpSwitch::Setup()
|
|||
|
||||
void CAmpSwitch::Process()
|
||||
{
|
||||
if (m_offcommand)
|
||||
system(m_offcommand);
|
||||
|
||||
while (!g_stop)
|
||||
{
|
||||
if (m_jackshutdown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue