Browse Source

added question dialog to run XAMPP after installation

master
Soekarmana 12 years ago
parent
commit
02bf468a99
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      easyLAMPP

+ 7
- 0
easyLAMPP View File

@ -56,3 +56,10 @@ Icon=folder-remote
EOF EOF
) > "$HtdocsFolder" ) > "$HtdocsFolder"
chmod +x "$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

Loading…
Cancel
Save