benjobs 7 lat temu
rodzic
commit
330c4a6f42
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      build.sh

+ 1 - 2
build.sh

@@ -103,8 +103,7 @@ if [ $? -ne 1 ]; then
     ping -c ${ping_count} ${net_check_ip} >/dev/null
     retval=$?
     if [ ${retval} -ne 0 ] ; then
-        echo_r "network is blocked! please check your network!"
-        echo_r "build error! bye!"
+        echo_r "ERROR:network is blocked! please check your network!build error! bye!"
         exit 1
     elif [ ${retval} -eq 0 ]; then
         echo_g "check network connectivity passed! "