Commit 16c3a078 by sikang

bug fix

parent 8a37dcb2
...@@ -30,7 +30,7 @@ echo "25、马甲包切换" ...@@ -30,7 +30,7 @@ echo "25、马甲包切换"
echo "26、打印checklist" echo "26、打印checklist"
echo " " echo " "
if [[ "$gateway_url" == "$gateway_mj" ]];then if [[ "$app_name" == "$majia_name" ]];then
echo "****** 当前为马甲包 ******" echo "****** 当前为马甲包 ******"
else else
echo "****** 当前为主包 ******" echo "****** 当前为主包 ******"
......
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