Explorar el Código

added question dialog to run XAMPP after installation

master
Soekarmana hace 12 años
padre
commit
02bf468a99
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      easyLAMPP

+ 7
- 0
easyLAMPP Ver fichero

@ -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

Cargando…
Cancelar
Guardar