Commit 35e094b1 by 王岩

保存

parent 8de76c90
...@@ -58,6 +58,10 @@ jPush() { ...@@ -58,6 +58,10 @@ jPush() {
age=${response#*age":"} age=${response#*age":"}
age=${age%%","*} age=${age%%","*}
echo $name
echo $age
if [ $? -ne 0 ];then if [ $? -ne 0 ];then
log $? "error" log $? "error"
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment