File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919# =======================================
2020# vo_dependency_installer.sh
21- VERSION=" 1.0.1.2 "
21+ VERSION=" 1.0.1.3 "
2222#
2323# Howto use this script:
2424# From your browser, select 'Save' and choose or create an empty folder. Make sure the script has the extension '.sh'.
@@ -368,19 +368,19 @@ if [ ! "$PTH" = "" ]; then
368368 exit_install
369369fi
370370
371- machine_precheck > error.log
371+ # machine_precheck > error.log
372372
373- test=` cat error.log| grep " ready to proceed" `
373+ # test=`cat error.log|grep "ready to proceed"`
374374
375- if [[ " $test " != " ready to proceed" * ]]; then
376- cat error.log
377- echo " "
378- echo " Aborting $0 , no changes to your system"
379- exit_install
380- else
381- rm error.log
382- echo $test
383- fi
375+ # if [[ "$test" != "ready to proceed"* ]];then
376+ # cat error.log
377+ # echo ""
378+ # echo "Aborting $0, no changes to your system"
379+ # exit_install
380+ # else
381+ # rm error.log
382+ # echo $test
383+ # fi
384384
385385# -----------------------------------------------------
386386# version pre-checks DONE
You can’t perform that action at this time.
0 commit comments