Fix bug in ``qtip/scripts/quickstart.sh`` 37/44537/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 25 Sep 2017 08:27:23 +0000 (16:27 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 9 Oct 2017 02:16:19 +0000 (02:16 +0000)
- line 29: error: command not found

Change-Id: I0256ae89aaf4938b883cfae72d30f73d43b1da76
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit c57f521a767737605d8e739de0e470a96923def0)

qtip/scripts/quickstart.sh

index 58a1245..826ed65 100644 (file)
@@ -26,7 +26,7 @@ verify_connectivity(){
        fi
        sleep 1
    done
-   error "Can not talk to $ip."
+   echo "Can not talk to $ip."
 }
 
 #Getoptions