diff --git a/easyLAMPP b/easyLAMPP index 36a75b9..88ae4d5 100755 --- a/easyLAMPP +++ b/easyLAMPP @@ -56,3 +56,10 @@ Icon=folder-remote EOF ) > "$HtdocsFolder" chmod +x "$HtdocsFolder" + +if zenity --question --text="Do you want to launch XAMPP now ?" --title="Installation Finished" == 0 +then + $sudotool /opt/lampp/share/xampp-control-panel/xampp-control-panel +fi + +exit 0