fixed: always execute the off command on start

This commit is contained in:
Bob 2014-08-03 19:31:58 +02:00
parent c35c5d3ca9
commit 3caab43192

View file

@ -128,6 +128,9 @@ bool CAmpSwitch::Setup()
void CAmpSwitch::Process()
{
if (m_offcommand)
system(m_offcommand);
while (!g_stop)
{
if (m_jackshutdown)