X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Linux%2Fmenu.sh;h=3a26fd5d55249aa41eb607761c722ffbea985233;hb=4515e33035d05fc3d2faec342ff9083087dfd822;hp=2e1d51c574b64b99ccf7ca0aa55bf632d8abc838;hpb=a7db3fae13174cd8404543cd2ca1b60c8b909466;p=creaToolsTools.git diff --git a/Linux/menu.sh b/Linux/menu.sh index 2e1d51c..3a26fd5 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -23,6 +23,7 @@ do echo " Install the CreaTools :..........4 (as root)" echo " Uninstall the CreaTools :..........5 (as root)" echo + echo " Help ..............................7 Help about this menu" echo " Show some Environment Variables ...8" echo " Exit :.............................9" echo @@ -95,7 +96,7 @@ do "$OperatingSystem" != "MacOS" ]] do - echo "Operating System : Fedora/Ubuntu/MacOS (default :Fedora!)" + echo "Operating System : Fedora/Ubuntu/MacOS (default : Fedora)" read OperatingSystem if [ "$OperatingSystem" = "" ] then @@ -216,7 +217,7 @@ do # ------------------ buildType="___" - while [[ "$buildType" != "Release" && "$Debug " != "HTML" ]] + while [[ "$buildType" != "Release" && "$buildType " != "Debug" ]] do echo "Build type : Release/Debug (default is Release)" read buildType @@ -254,7 +255,7 @@ do echo " Where do you want to get source files from : $sourcesFrom" if [ $sourcesFrom = CVS ] then - echo " CVS User Name : $cvsUserName" + echo " CVS User Name : $cvsUserName" fi echo " Login User Name : $loginUserName" echo " Login Group Name : $loginGroupName" @@ -365,15 +366,16 @@ do echo OK echo "To go on, run again 'sh menu.sh' as '$loginUserName', in a new window" echo "---------------------------------------------------------------------" - exit 0 else echo "----------------------------------------------------------------------" echo OK echo "To go on, run again 'sh menu.sh' in a new window" echo "---------------------------------------------------------------------" - exit 0 - fi - + fi + echo + echo "==> Hit any key to exit close current window" + read a + kill $PPID ;; 2) @@ -412,7 +414,11 @@ do exit 0 fi echo "========================= 4" - sh scripts/CreaTools-install.sh + sh scripts/CreaTools-install.sh + echo + echo "==> Hit any key to close current window" + read a + kill $PPID ;; 5) @@ -420,9 +426,17 @@ do sh scripts/CreaTools-uninstall.sh ;; + 7) + clear + echo "===================================" + more README.txt + echo + echo "==> Hit any key to go on" + read a + ;; + 8) clear - echo "===================================" # WARNING : $installPrefixThird is taken from CreaTools-configure.sh