소스 검색

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

불러오는 중...
취소
저장