From 863f4a492e08010f534e7ab3abf4cb8db2286df6 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:49:07 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3-55-g7522