You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Intranet machine server is not networked, the test cannot be performed。Intranet machines do not need to check for the latest version of the code
Modify the code at the end of the tpch.sh
forjin$(curl google.com 2>&1| grep "Couldn't resolve host");do
internet_down="1"doneif [ "$internet_down"-eq"0" ];then
yum_installs
repo_init
script_check
elseecho"############################################################################"echo"Couldn't resolve host,The local code is not checked for the latest version."echo"############################################################################"echo""fi
The text was updated successfully, but these errors were encountered:
If the Intranet machine server is not networked, the test cannot be performed。Intranet machines do not need to check for the latest version of the code
Modify the code at the end of the tpch.sh
The text was updated successfully, but these errors were encountered: