...nsearch/bigxu_check/restart.log " exit fi try_url=$1 inc_str=$2 ctl_path=$3 res_log=$4 echo $res_log get_check_per () { content=$( wget $try_url -q -O - ) > /dev/null 2>&1 # some cloud host could not use curl, wget .... #content=$(curl -L $try_url) > /dev/null 2>&1 # som...