summarylogtreecommitdiffstats
path: root/ucloner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ucloner.sh')
-rw-r--r--ucloner.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/ucloner.sh b/ucloner.sh
index 1de575063be4..f90866271610 100644
--- a/ucloner.sh
+++ b/ucloner.sh
@@ -8,19 +8,6 @@ fi
cd /opt/ucloner/
-which sudo && SUPER="sudo"
-which gksu && SUPER="gksu"
-which kdesu && SUPER="kdesu"
-
-case $SUPER in
-"kdesu")
-exec kdesu -c "python2 ./ucloner_gui.py"
-;;
-"gksu")
-exec gksu python2 ./ucloner_gui.py
-;;
-"sudo")
exec sudo python2 ./ucloner_gui.py
-;;
-esac
+