summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/fixit.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/fixit.cpp b/noncore/apps/opie-console/fixit.cpp
index f170074..82a0339 100644
--- a/noncore/apps/opie-console/fixit.cpp
+++ b/noncore/apps/opie-console/fixit.cpp
@@ -1,2 +1,2 @@
-
+#include <unistd.h>
#include "fixit.h"
@@ -65,6 +65,6 @@ void FixIt::fixIt() {
#else
-
+ setuid(0);
OProcess m_kill;
m_kill << QPEApplication::qpeDir() + "share/opie-console/sl6000_embedix_kill_0_1.sh";
-
+
@@ -82,5 +82,6 @@ void FixIt::breakIt() {
OProcess m_restart;
+
m_restart << QPEApplication::qpeDir() + "share/opie-console/sl6000_embedix_restart_0_1.sh";
-
-
+
+
if ( !m_restart.start(OProcess::DontCare,OProcess::NoCommunication) ) {