summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/toolbar/toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 22e4cf0..65ba3e8 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -517,6 +517,7 @@ void Toolbar::onDbgFinished()
}
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");
_ui->btnCustom->setText("Debug mode: OFF");
+ this->runDbg.start("/bin/sh", QStringList("/opt/openslx/remotedebug/cleanup.sh"));
}
void Toolbar::onDbgStarted()