summaryrefslogtreecommitdiffstats
path: root/qtip
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-25 16:27:23 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-25 16:27:23 +0800
commitc57f521a767737605d8e739de0e470a96923def0 (patch)
tree05d00761afa8576860ffe5bca58b3e476c300899 /qtip
parent583d7181b15ae6f8d6319c36bad6fd043f47c89f (diff)
Fix bug in ``qtip/scripts/quickstart.sh``
- line 29: error: command not found Change-Id: I0256ae89aaf4938b883cfae72d30f73d43b1da76 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip')
-rw-r--r--qtip/scripts/quickstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/scripts/quickstart.sh b/qtip/scripts/quickstart.sh
index 58a12459..826ed656 100644
--- a/qtip/scripts/quickstart.sh
+++ b/qtip/scripts/quickstart.sh
@@ -26,7 +26,7 @@ verify_connectivity(){
fi
sleep 1
done
- error "Can not talk to $ip."
+ echo "Can not talk to $ip."
}
#Getoptions