浏览代码

added question dialog to run XAMPP after installation

master
Soekarmana 12 年前
父节点
当前提交
02bf468a99
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      easyLAMPP

+ 7
- 0
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

正在加载...
取消
保存