summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index b58fd4f..8ccf78f 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -518,7 +518,7 @@ void Toolbar::onDbgFinished()
}
_ui->btnCustom->setStyleSheet("background-color: grey; color: black; font: bold");
_ui->btnCustom->setText("Debug mode: OFF");
- cleanup.start("/bin/sh", QStringList("/opt/openslx/remotedebug/cleanup.sh"));
+ cleanup.start("/bin/sh", QStringList() << "killall" << "x11vnc");
cleanup.waitForFinished();
}