summarylogtreecommitdiffstats
path: root/xampp-control-panel
diff options
context:
space:
mode:
Diffstat (limited to 'xampp-control-panel')
-rw-r--r--xampp-control-panel6
1 files changed, 6 insertions, 0 deletions
diff --git a/xampp-control-panel b/xampp-control-panel
new file mode 100644
index 000000000000..74e0ca2a74bd
--- /dev/null
+++ b/xampp-control-panel
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+ pkexec python2 "/opt/lampp/share/xampp-control-panel/xampp-control-panel.py" "$@"
+else
+ python2 /opt/lampp/share/xampp-control-panel/xampp-control-panel.py "$@"
+fi