Fix bug in ``qtip/scripts/quickstart.sh`` 79/42979/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, 25 Sep 2017 08:27:23 +0000 (16:27 +0800)
- line 29: error: command not found

Change-Id: I0256ae89aaf4938b883cfae72d30f73d43b1da76
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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