From df6bf713ae98cc8089e836c17a5b24afb65313fd Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Thu, 9 Mar 2017 11:35:35 +0100 Subject: onBtnCustom function --- src/client/toolbar/toolbar.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 424e393..4b714e2 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -500,9 +500,7 @@ void Toolbar::onBtnCustom() QProcess runDbg; const bool on = _ui->btnCustom->isChecked(); if (on) { - runDbg.start("/bin/sh", QStringList() << "/etc/start_debug_TLS.sh"); - } else { - runDbg.start("/bin/sh", QStringList() << "/etc/stop_debug.sh"); + runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug.sh"); } runDbg.waitForFinished(); } -- cgit v1.2.3-55-g7522